<br>
Hello,<br>
<br>
I'm making custom dev based on opencms 6.0.x. I've already extended
CmsDocumentXmlPAge to suit my needs and i have configured the source
and index. All that is working.<br>
<br>
My problem is I need to make some special lucene query <br>
<br>
something like<br>
<br>
my_indexed_property:myValue AND my_indexed_date:[20051216 TO 20051231]<br>
<br>
I don't see how I can do that. <br>
<br>
I do not understand very well how the opencms query is built. My
feeling is all the input search terms are ORed and compared
against each selected fields. Am I right? If yes, we loose
a lot of search features provided by Lucene...<br>
<br>
Can you tell me a way to pass a "raw" query to the lucene index without modifying to much the opencms search core?<br>
<br>
Thanks in advance<br>
<br>
Regards,<br>
<br>
Benoit<br>