
second_comet at yahoo
Jul 20, 2008, 9:59 AM
Views: 1170
Permalink
|
|
lucene query parser syntax "escape ="
|
|
i have a field that indexed called <summary>. i can see the field and it's data using "luke" . the content is like below::: sadf <body /> <body /> # #Sun Jul 20 22:34:07 SGT 2008 photographerContact= tasterContact= foodType=-1 profileType=-1 payment=-1 location=-1 How to use query parser to search for this summary field content for "location=-1" . from what i know i cannot use " =" for query. how to escape "=" ? i tried something like this 'location=-1' but failed
|