I have never been a big fan of " getting N results from Solr and then filter
them client side" .
I get your point about the document modelling, so I will assume you properly
tested it and having the small documents at Solr side is really not
sustainable.
I also appreciate the fact you want to fin
-user@lucene.apache.org
Subject: RE: Using lucene to post-process Solr query results
And you want to show to the users only the Lucene documents that matched the
original query sent to Solr? (what if a lucene document matches only part of
the query?)
From: solr-user@lucene.apache.org At: 01/23/18 13:55:46To:
@lucene.apache.org
Subject: RE: Using lucene to post-process Solr query results
Hi Diego,
Basically, each Solr document has a text field , which contains large amount of
text separated by some delimiters. I split this text into parts and then assign
each part to a separate lucene Document object.
The field
post-process Solr query results
Rahul, can you provide more details on how you decide that the smaller lucene
objects are part of the same solr document?
From: solr-user@lucene.apache.org At: 01/23/18 09:59:17To:
solr-user@lucene.apache.org
Subject: Re: Using lucene to post-process Solr query
ok at streaming expressions, looks interesting.
Regards,
Rahul Chhiber
-Original Message-
From: Atita Arora [mailto:atitaar...@gmail.com]
Sent: Tuesday, January 23, 2018 3:29 PM
To: solr-user@lucene.apache.org
Subject: Re: Using lucene to post-process Solr query results
Hi Rahul,
Looks
Rahul, can you provide more details on how you decide that the smaller lucene
objects are part of the same solr document?
From: solr-user@lucene.apache.org At: 01/23/18 09:59:17To:
solr-user@lucene.apache.org
Subject: Re: Using lucene to post-process Solr query results
Hi Rahul,
Looks like
Hi Rahul,
Looks like Streaming expressions can probably can help you.
Is there something else you have tried for this?
Atita
On Jan 23, 2018 3:24 PM, "Rahul Chhiber"
wrote:
Hi All,
For our business requirement, once our Solr client (Java) gets the results
of a search query from the Solr ser
Hi All,
For our business requirement, once our Solr client (Java) gets the results of a
search query from the Solr server, we need to further search across and also
within the content of the returned documents. To accomplish this, I am
attempting to create on the client-side an in-memory lucene