On 10/01/2012 18:16, Chris Hostetter wrote:
: The book said that dismax query was similar but different to
:
: DisjunctionMaxQuery
the dismax *parser* in Solr is relatively simple, the majority of the
code in it relates to parsing config options, reporting debugging, etc...
if you wanted to do
On 10/01/2012 18:16, Chris Hostetter wrote:
: The book said that dismax query was similar but different to
:
: DisjunctionMaxQuery
the dismax *parser* in Solr is relatively simple, the majority of the
code in it relates to parsing config options, reporting debugging, etc...
if you wanted to do
: The book said that dismax query was similar but different to
:
: DisjunctionMaxQuery
the dismax *parser* in Solr is relatively simple, the majority of the
code in it relates to parsing config options, reporting debugging, etc...
if you wanted to do something similar in non-Solr java code m
Ah, OK, showing my ignorance again. I don't use Solr and haven't read
the book. FWIW I'm not aware of anything else related already present
in core lucene. But DisjunctionMaxQuery is just a query so could be
combined with other queries, such as PhraseQuery, much as you're
already doing by the so
On 09/01/2012 10:50, Ian Lea wrote:
Use the oal.search.DisjunctionMaxQuery class present in core lucene?
--
Ian.
The book said that dismax query was similar but different to
DisjunctionMaxQuery
and additionally did Phrase Boosting which I didnt think DisjunctionMaxQuery
did.
On Fri, J
Use the oal.search.DisjunctionMaxQuery class present in core lucene?
--
Ian.
On Fri, Jan 6, 2012 at 10:52 PM, Paul Taylor wrote:
> Just reading Apache Solr Enterprise Search Server and was interested in
> pages 152, 153 dismax and DisjunctionMaxQuery and automatic Phrase Boosting.
> I would li
Just reading Apache Solr Enterprise Search Server and was interested in
pages 152, 153 dismax and DisjunctionMaxQuery and automatic Phrase
Boosting. I would like to incorporate this into a standard Lucene setup,
non solr, whats the best way to do that.
In fact I'm already doing something very