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
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 =
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.
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
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