document.add(new StringField("AssigneValue", value.getAssigned(),
Field.Store.YES));
I am adding it this way to the index.
I can see the value on luke. The value is "The Bingo Company" But wen i search for it. i am not getting any results. I have another id attribute in the same document,which is fetching me this document where i can see the value. I have tried every possible combination on luke.
AssigneValue:B*
AssigneValue:"Bingo Company"~5
AssigneValue:B*y
Fetching me no results, The same thing with ,suppose a feild value is Apple inc.
If i search with AssigneValue:Apple* No results.
How should i resolve this.