es in Multivalue Field
Hi Tomer,
What happens when you addto your chain?
Ahmet
On Sunday, November 2, 2014 1:22 PM, Tomer Levi wrote:
Hi,
I’m trying to make my “update” request handler ignore multivalue duplications
in updates.
To make my use case clear, let’s assume my index already con
ork for me.
myMultValueField
And add it to my requestHandler:
uniq-fields
Tomer Levi
Software Engineer
Big Data Group
Product & Technology Unit
(T) +972 (9) 775-2693
query terms that matched each document, if I understand it correctly.
wunder
Walter Underwood
wun...@wunderwood.org
http://observer.wunderwood.org/
On Oct 19, 2014, at 7:37 AM, Tomer Levi wrote:
> Thanks again for the help.
>
>
>
> The use case is this.
>
> In
al terms as separate values, as opposed to
> simply using a tokenized text field?
>
> -- Jack Krupansky
>
> From: Tomer Levi
> Sent: Sunday, October 19, 2014 9:07 AM
> To: solr-user@lucene.apache.org<mailto:solr-user@lucene.apache.org>
> Subject: CopyFiel
analysis chain in the
for the field in question.
Best,
Erick
On Sun, Oct 19, 2014 at 9:07 AM, Tomer Levi wrote:
> Hi,
>
> I would like to copy a textual field content into a multivalue filed.
>
> For example,
>
> Let’s say my field text contains: *“I am a solr user”*
>
&g
Hi,
I would like to copy a textual field content into a multivalue filed.
For example,
Let's say my field text contains: "I am a solr user"
I would like to have a multi-value copyFields with the following content: ["I",
"am", "a", "solr",
order in query - eDismax
pf and ps merely control boosting of documents, not selection of documents.
mm controls selection of documents.
So, hopefully at least doc3 is returned before doc2.
-- Jack Krupansky
From: Tomer Levi
Sent: Sunday, September 28, 2014 5:39 AM
To: solr-user@lucene.apache.org
ks like the 'ps' parameter
doesn't count.
Why Doc2 included in the results? We expected that Solr will emit it since the
'ps' is larger than 1 => we have home wolf sea garden (ps=2?)
Tomer Levi
Software Engineer
Big Data Group
Product & Technology Uni
Hi Jorge,
In my indexing code I've created the following Callable class:
public class IndexerThread implements Callable< UpdateResponse > {
private SolrServer solrServer;
private Collection documentsToIndex;
public IndexerThread(SolrServer solr, Collection
documentsToIndex){
ScoreOrderFragmentsBuilder which probably is not exact what
you need, but at least it orders the snippets by a score. That should work for
you
http://wiki.apache.org/solr/HighlightingParameters#hl.fragmentsBuilder
Viele Grüße aus Augsburg
Markus Klose
-Ursprüngliche Nachricht-
Von: Tomer
Hi,
I have a document with a textual field, I would like to sort the highlighted
snippets by the number of term occurrences.
For instance, when I have the following snippets:
"Solr Solr Solr"
"Solr Solr"
"Solr Solr Solr Solr"
I would like to get them ordered as:
"Solr Solr Solr Solr"
"So
11 matches
Mail list logo