RE: Ignoring Duplicates in Multivalue Field

2014-11-03 Thread Tomer Levi
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

Ignoring Duplicates in Multivalue Field

2014-11-02 Thread Tomer Levi
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

RE: CopyField from text to multi value

2014-10-20 Thread Tomer Levi
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

RE: CopyField from text to multi value

2014-10-19 Thread Tomer Levi
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

RE: CopyField from text to multi value

2014-10-19 Thread Tomer Levi
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

CopyField from text to multi value

2014-10-19 Thread Tomer Levi
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",

RE: multiple terms order in query - eDismax

2014-09-28 Thread Tomer Levi
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

multiple terms order in query - eDismax

2014-09-28 Thread Tomer Levi
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

RE: Indexing documents with ContentStreamUpdateRequest (SolrJ) asynchronously

2014-08-30 Thread Tomer Levi
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){

RE: Help Highlight Snippets Score

2014-08-26 Thread Tomer Levi
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

Help Highlight Snippets Score

2014-08-21 Thread Tomer Levi
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