Re: Atomic Updates with SolrJ

2017-11-10 Thread Martin Keller
inuously facing the issue. Amrit Sarkar Search Engineer Lucidworks, Inc. 415-589-9269 www.lucidworks.com Twitter http://twitter.com/lucidworks LinkedIn: https://www.linkedin.com/in/sarkaramrit2 Medium: https://medium.com/@sarkaramrit2 On Thu, Nov 9, 2017

Atomic Updates with SolrJ

2017-11-09 Thread Martin Keller
Hello, I’m trying to Update a field in a document via SolrJ. Unfortunately, while the field itself is updated correctly, values of some other fields are removed. The code looks like this: SolrInputDocument updateDoc = new SolrInputDocument(); updateDoc.addField("id", "1234"); Map updateValue =

Re: Suggester

2015-04-22 Thread Martin Keller
um 12:50 schrieb Martin Keller : > > Unfortunately, setting suggestAnalyzerFieldType to "text_suggest" didn’t > change anything. > The suggest dictionary is freshly built. > As I mentioned before, only words or phrases of the source field „content“ > are not matched.

Re: Suggester

2015-04-22 Thread Martin Keller
t; not be analyzed as you expect. > > Best, > Erick > > On Tue, Apr 21, 2015 at 7:16 AM, Martin Keller > wrote: >> Hello together, >> >> I have some problems with the Solr 5.1.0 suggester. >> I followed the instructions in >> https://cwiki.ap

Suggester

2015-04-21 Thread Martin Keller
Hello together, I have some problems with the Solr 5.1.0 suggester. I followed the instructions in https://cwiki.apache.org/confluence/display/solr/Suggester and also tried the techproducts example delivered with the binary package, which is working well. I added a field suggestions-Field to t