Hello Aurélien,
There are a lot of materials about this problem. Start from this one:
https://www.youtube.com/watch?v=YCkkOyZ-zkM
On Wed, Oct 22, 2014 at 6:08 PM, wrote:
> Hi Ramzi,
>
> Thank you but I am not sure to understand well your answer. In your
> example, I suppose that the indexed doc
Hi Ramzi,
Thank you but I am not sure to understand well your answer. In your
example, I suppose that the indexed docs are flattened. If I want an AND
query instead of an OR query (let say, for example 'chapter_title:Lucene
AND chapter_content:fun'), how can I be sure that the terms "Lucene" a
I think if I have your question right, You can use multiple custom query
syntax. You explicitly specify an alternative query parser such as DisMax or
eDisMax, you're using the standard Lucene query parser by default.
In your case, I think I can solve it by using this query
chapter_title:Introducti