@lucene.apache.org
Subject: Use a field with space in qf
Hi,
Long time ago I defined a field in schema with space(e.g 'Movie Name').
Things were going very cool till I need to use edismax query parser and want
to give 'Movie Name' in qf. But as we all know qf consider space as field
delim
x27;Movie\+Name' nothing is working.
So What should I do, is there any way to use field with space or I have to
re-index all data in new field without space.
Thanks in advance.
Regards,
Devraj
--
View this message in context:
http://lucene.472066.n3.nabble.com/Use-a-field-with-space-in-qf-