Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
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.

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.