Re: Analysing Multivalued Fields

2019-12-31 Thread Erick Erickson
First, if you’re using primitive types, there is no analysis so in that case 
the question is irrelevant.

If you’re using a text-based field, the only difference between single-valued 
and multi-valued fields for analyzed types (i.e. text fields) is the offset 
recorded between entries. For instance:

Single value
this is some text
position   token
0   this
1   is
2   some
3   text

Multi valued with positionIncrementGap=100
this is
some text

position   token
0   this
1   is
101   some
102   text

With a positionIncrementGap of 1, there’d be no difference. So if you’re using 
text-based fields, just do the values one at a time.

Or this is an XY problem, you’re trying to solve some problem. If the above is 
irrelevant, what is that problem you’re tying to solve?

Best,
Erick

> On Dec 31, 2019, at 1:32 AM, Sidharth Negi  wrote:
> 
> Hi,
> 
> Is there a way to analyze how multiple values in a multivalued field are
> being tokenized and processed during indexing?
> 
> The "Analysis" page on the UI assumes that my multiple comma-separated
> values is a single value. It filters out the comma and acts as if it's a
> single value that I specified.
> 
> Thanks in advance!



no files to download for index generation

2019-12-31 Thread Akreeti Agarwal
Hi All,

I am getting error
No files to download for index generation: 1385219
continuously on my slave servers. I am using solr-5.5.5 with one master and two 
slave architecture.
Please help me on this. Does this error impacts replication also or performance 
issue on data query??


Thanks & Regards,
Akreeti Agarwal
(M) +91-8318686601

::DISCLAIMER::

The contents of this e-mail and any attachment(s) are confidential and intended 
for the named recipient(s) only. E-mail transmission is not guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or may contain viruses in transmission. 
The e mail and its contents (with or without referred errors) shall therefore 
not attach any liability on the originator or HCL or its affiliates. Views or 
opinions, if any, presented in this email are solely those of the author and 
may not necessarily reflect the views or opinions of HCL or its affiliates. Any 
form of reproduction, dissemination, copying, disclosure, modification, 
distribution and / or publication of this message without the prior written 
consent of authorized representative of HCL is strictly prohibited. If you have 
received this email in error please delete it and notify the sender 
immediately. Before opening any email and/or attachments, please check them for 
viruses and other defects.