Re: Problem with indexing a String field in SOLR.

2022-05-03 Thread Paras Lehana
Hi Neha, Regarding your first screenshot, do you get the option to "Load Term Info"? If yes, do you see terms and count after clicking it? On Tue, 3 May 2022 at 15:47, Neha Gupta wrote: > Hello Shawn, > > Please find attached the schema file. > > > Regards > > Neha Gupta > > On 29/04/2022 14

Re: Problem with indexing a String field in SOLR.

2022-05-03 Thread Neha Gupta
Hello Shawn, Please find attached the schema file. Regards Neha Gupta On 29/04/2022 14:43, Shawn Heisey wrote: On 4/28/22 14:16, Neha Gupta wrote: I am not using dynamic fields and schema is as below. That isn't the schema.  It's a screenshot of the Schema Browser in the admin UI, showin

Re: Problem with indexing a String field in SOLR.

2022-05-03 Thread Neha Gupta
Hello Thamizh, There is no problem with the underscore as other fields with underscore are getting properly indexed and stored. Regards Neha Gupta On 29/04/2022 09:32, Thamizh Azhagan wrote: Hi Neha, Please bear me with this basic question. You said that you were able to index with the n

Re: Problem with indexing a String field in SOLR.

2022-04-29 Thread Shawn Heisey
On 4/28/22 14:16, Neha Gupta wrote: I am not using dynamic fields and schema is as below. That isn't the schema.  It's a screenshot of the Schema Browser in the admin UI, showing information from one field. A better way of asking for what is needed:  We need the XML file containing the sche

Re: Problem with indexing a String field in SOLR.

2022-04-29 Thread Thamizh Azhagan
Hi Neha, Please bear me with this basic question. You said that you were able to index with the name "hcn" but not with "host_common_name". Is there any problem with underscore..Did you use any other field with underscore which is indexing successfully? Thanks, Thamizh On Fri, Apr 29, 2022 at 1

Re: Problem with indexing a String field in SOLR.

2022-04-28 Thread Neha Gupta
Hello Allessandro, I indexed field with same name but in the different core. I am not using dynamic fields and schema is as below. Thanks Neha Gupta On 28/04/2022 16:37, Alessandro Benedetti wrote: Hi Neha, My shot in the dark: Have you indexed any document containing that field? Are you us

Re: Problem with indexing a String field in SOLR.

2022-04-28 Thread Neha Gupta
Hi Walter, I already tried returning that field in the response but it was not present. Thanks and Regards Neha Gupta On 28/04/2022 17:16, Walter Underwood wrote: Try searching for that field and/or returning that fields. I’ve seen some issues with the schema browser not showing data that I

Re: Problem with indexing a String field in SOLR.

2022-04-28 Thread Walter Underwood
The original post had a screenshot from the schema browser showing StrField, indexed=true, stored=true, omitTermFreqAndPositions=true, omitNorms=true, sortMissingLast=true. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Apr 28, 2022, at 8:17 AM, Ra

Re: Problem with indexing a String field in SOLR.

2022-04-28 Thread Rahul Goswami
Neha, As Alessandro already mentioned, please share your schema if possible. A wild guess is that sometimes a field is defined as indexed=true stored=false which gives the impression that the document is missing the field. Taking a look at the schema would help clarify that. Thanks, Rahul On Thu,

Re: Problem with indexing a String field in SOLR.

2022-04-28 Thread Walter Underwood
Try searching for that field and/or returning that fields. I’ve seen some issues with the schema browser not showing data that I know is in the index. I think it is related to docvalues, but I haven’t nailed it down. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/

Re: Problem with indexing a String field in SOLR.

2022-04-28 Thread Alessandro Benedetti
Hi Neha, My shot in the dark: Have you indexed any document containing that field? Are you using dynamic fields? (exact field name should have priority over dynamic fields, but just to double-check). Can you show us your schema? (at least the part related to that definition?) Cheers -