On May 26, 2009, at 9:59 AM, Jörg Agatz wrote:
Sounds like it's just purely working out the basics of what
field(s) you
want to search on, and indexing them properly.
Erik
coud bee, but when i use the admin page to search.. it works...
I search in the field "summary" the word "plesnik"
so i doo "*summary:plesnik*" in the search field
Query parsing is your culprit now. Again, the /itas mapping by
default uses the dismax parser, which does not support Lucene query
parser syntax (fieldname:term).
Note that this particular issue is not Solritas related, but rather
how queries are being parsed by different parsers. The parser used by
the admin search box is the Lucene query syntax. Change /itas to use
"lucene" (or remove the defType parameter altogether) and you'll have
the same syntax available to both the admin search box and the
Solritas UI.
Erik