Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have implemented a search and indexing engine using Apache Solr.

I am looking to gather the metadata of the file, index it and make it searchable. Also I want to do data grouping based on keywords and give the search results in clusters.

I want to use a framework for clustering my search results and indexing the meta data for the files. Are there any frameworks that provide these features?

share|improve this question
2  
Please provide more information as to what you want, what you have done till now and questions regarding the same. – Jayendra Jan 8 at 6:22
i have implemented a search and indexing engine using apache solr, i am looking to gather the meta data of the file , index it and make it searchable , also i want to do data grouping based on keywords and give the search results in clusters..hope i am clear – Puneet Jan 8 at 8:22

closed as not constructive by Andy Lester, Jayendra, George Stocker Jan 9 at 14:34

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

For search results clustering, take a look at Solr's built-in Clustering Component.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.