Re: Query Containing Multiple Parsers

2019-12-17 Thread Chris Hostetter
: Is there a way to construct a query that needs two different parsers? : Example: : q={!xmlparser}Hello : AND : q={!edismax}text_en:"foo bar"~4 The easies way to do what you're asking about would be to choose one of those queries for "storking" purposes, and put the other one in an "fq"

Query Containing Multiple Parsers

2019-12-03 Thread Nussbaum, Ronen
Hello All, We have an application that translates user queries to Solr syntax (Lucene query parser) by using ANTLR. Lately, we wanted to add support for the user to search term(s) that appear in the beginning of the text. >From answers to similar questions, I understood that SpanFirst might be