: I need to implement a search where i should count the number of times
: the string appears on the search field, 
: 
: ie: only return articles that mention the word 'HP' at least 2x.
        ...
: Is there a way that SOLR does this type of operation for me?

you'd have to implement it in a custom QParser -- if all you are worried 
about is simple TermQuery style matches, then this should be fairly 
trivial using SpanNearQuery.


-Hoss

Reply via email to