Hello,
any ideas on this?
Thank you
Danilo
On 16/11/18 08:48, Danilo Tomasoni wrote:
Thank you for your reply Erick.
I've thought about termsquery but it doesn't support phrase search AFAIK,
and I want to query for near words like "Mycobacterium tuberculosis"
and also i would like to use
Thank you for your reply Erick.
I've thought about termsquery but it doesn't support phrase search AFAIK,
and I want to query for near words like "Mycobacterium tuberculosis" and
also i would like to use
the tilde syntax "Mycobacterium tuberculosis"~2 .
Does it exists a parser for that, so t
You're using edismax which has the "mm" parameter that you can think
of as a sliding scale between pure OR and pure AND. What happens if
you set it to zero?
As for maxboolean clauses, the easiest/fasted way around that would be
to use an "fq" clause and the TermsQueryParser.
Best,
Erick
On Thu, N
Hello all,
I'm performing some queries with a big list of terms in OR on our solr
instance,
and this odd situation happened
- A. query with N alternatives returns ~130.000 documents
- B. query with N-3 alternatives returns ~ 6.000.000 documents
N is relatively small in this case, but in g