When I do search for the words like Ballantine's, the index gives me the documents that have "'s" only as few search result.
I would like to see only those documents which ...
hmmm, i need to get how important is the word in entire document collection that is indexed in the lucene index. I need to extract some "representable words", lets say ...
I have a StandardAnalyzer working which retrieves words and frequencies from a single document using a TermVectorMapper which is populating a HashMap.
But if I use the following text as a field ...
Hi I am new to lucene. Given two words how to find out which word comes fist which one comes next using lucene-index. I tried using TermPositionVector but
This Stackoverflow answer explains Lucene implements IDF algorithm.
Is it possilbe to set a word confidence/score for every word in the index document and use it in the scoring algorithm?
This can ...
I use solr 3.3 to index my files, I want solr index words with their suffixes for example I want to index colorful like color and when i search color solr ...