Support term extraction
Julio Barros - March 5, 2008 - 18:32
| Project: | Apache Solr Search Integration |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
expose list of interesting terms as determined by solar.

#1
I think this is superceeded by the mlt functionality
#2
pwolanin - actually, getting the terms from any body of text is different than finding similar text. This would be useful in the current autocomplete effort, for example. It would also be useful for auto-tagging content coming in via FeedAPI. Or for doing term suggestions in autocomplete taxonomy boxes.
#3
#4
The TermComponent of Solr 1.4 doesn't support any filtering. Therefore it's somewhat useful for getting autocomplete suggestions, or seeing how many times a word is in the index, but nothing like what I thought. Postponing.