Hello,

We currently have a ton of documents that we would like to index and
make search-able. I came across solr and it seems like it offers a lot
of nice features and would suite our needs.

The documents are in similar structure to java code, blocks
representing functions, variables, comment blocks etc.

We would also like to provide our users the ability to "tag" a line,
or multiple lines of the document with comments that would be stored
externally, for future reference or notes for enhancements. These
documents are also updated frequently.

I also noticed in the examples that XML documents are used to import
documents into solr. If we have code like documents vs. for example
products is there any specific way to define the solr schema for these
types of documents?

Currently we maintain these documents as flat files and in MySQL.

Does solr sound like a good option for what we are looking to do? If
so, could anybody provide some starting points for my research?

Thank you

Reply via email to