Can I obtain counts for terms and multi-word phrases within a set of documents? E.g. can I use Solr to retrieve the number of times the phrase "Wall Street Journal" was mentioned in documents where fieldA = 'abc' and fieldB = 'xyz' etc..?
Grant Ingersoll-6 wrote: > > See Solr's faceting capabilities. http://lucene.apache.org/solr and > the wiki from there. Faceting is built right in. > -- View this message in context: http://www.nabble.com/aggregation-in-lucene-tp21041575p21054569.html Sent from the Lucene - General mailing list archive at Nabble.com.
