Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a EdgeNGramFilterFactory field. It is indexing fine. I can see the words it is generating through admin interface. I have copied all other fields to text field for fast searching since text field is the default field for query. I copied the field type of EdgeNGramFilterFactory also to text field. All other field values are available when searching except this field. I need some help.

<field name="city_sub" type="ngram" indexed="true" stored="true"/> 

<copyField source="city_sub" dest="text"/>
share|improve this question
please format the xml snippet properly – Mauricio Scheffer Apr 12 '11 at 14:08
I named the my edgengram field as ngram. I had some trouble when posting this question to include that snippet. – Uday Apr 14 '11 at 7:19

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.