Getting problem while indexing data provided with the SOLR 8.11 Package on windows

2022-03-15 Thread Neha Gupta
ot;status":400,     "QTime":0},   "error":{     "metadata":[   "error-class","org.apache.solr.common.SolrException",   "root-error-class","org.apache.solr.common.SolrException"],     "msg":"no stream",     "code":400}} Please help me out what is the problem with this command as i have just pasted it from the reference guide. Thanks and Regards Neha Gupta

Re: Getting problem while indexing data provided with the SOLR 8.11 Package on windows

2022-03-15 Thread Neha Gupta
them* => java.lang.IllegalStateException: No multipart config for servlet     at org.eclipse.jetty.server.Request.getParts(Request.java:2420) java.lang.IllegalStateException: *No multipart config for servlet* Regards Neha Gupta On 15/03/2022 10:44, Neha Gupta wrote: Dear All, I am trying my hands on SOLR and

Re: Problem with facet in SOLR

2022-04-01 Thread Neha Gupta
attribute? Thanks and Regards Neha Gupta On 31/03/2022 17:05, Andy Lester wrote: I have indexed 4 fields and want to use facet on "taxo_domain_mother" but i am not getting any result It looks like you don’t have facet.field=taxo_domain_mother specified in your query. It’s hard to te

Re: Problem with facet in SOLR

2022-04-02 Thread Neha Gupta
Thanks James...this is what i was looking for. On 02/04/2022 03:24, James Greene wrote: Either docValues set to true or field needs to be indexed to use the field with faceting. On Fri, Apr 1, 2022, 5:01 AM Neha Gupta wrote: Hello Andy, Thanks for the reply. I had given facet.field

Need help with DIH plugin SOLR

2022-04-05 Thread Neha Gupta
please help me with this. Thanks and Regards Neha Gupta

Re: Need help with DIH plugin SOLR

2022-04-06 Thread Neha Gupta
the default one which is coming with SOLR 8.11 without any DIH package installed? PS: - Our data is static and won't change in future. Need to re-index only when indexed data in SOLR goes corrupt. Thanks and Regards Neha Gupta On 05/04/2022 15:27, James Greene wrote: Stand alone mode

Re: Need help with DIH plugin SOLR

2022-04-08 Thread Neha Gupta
perhaps better, roll your own client code reading from DB and pushing documents to Solr. Jan 6. apr. 2022 kl. 11:29 skrev Neha Gupta : Ok Thanks a lot. I have one more question even with SOLR 8.11, the data import handler is coming but yes there is a message on GUI that it is deprecated and

Regarding indexing data in different cores or same core with different entities.

2022-04-10 Thread Neha Gupta
table or should i indexed them in one core with different entities. If latter is the case then how i can query Solr on basis of entity? Thanks and Regards Neha Gupta

Regarding query parameters in SOLRJ

2022-04-15 Thread Neha Gupta
query.setQuery("multiple fields concatenated via AND OR") Is there any better way of doing this as creating a string with all these multiple fields(1-13) can be cumbersome. Thanks and Regards Neha Gupta

Re: Regarding query parameters in SOLRJ

2022-04-15 Thread Neha Gupta
till no success. PS: - I don't want to make a query string with AND OR as i have around 13 fields with each field having many options. Regards Neha Gupta On 16/04/2022 03:32, jagdish vasani wrote: You can check SolrQuery setParam method, as query.seParam("fl","id");

How to pass a list of values for a particular attribute in SOLR query?

2022-04-21 Thread Neha Gupta
achieve the same or do i need to create a big query with OR separated values? like attribute: value1 OR value2 OR value3 and so on If in case i create a query with the OR separated values will it have any affect on the performance? Requesting your valuable feedback on the same. Regards Neha

Regarding maximum number of documents that can be returned safely from SOLR to Java Application.

2022-04-27 Thread Neha Gupta
request in the query) can be returned safely from SOLR. It would be great if you can please share your experience with regard to the same. Thanks and Regards Neha Gupta

Re: Regarding maximum number of documents that can be returned safely from SOLR to Java Application.

2022-04-27 Thread Neha Gupta
documents using SOLRJ will that be OK. By safe here i mean approx. maximum number of documents that i can request without causing any problem in receiving a response from SOLR. Is that enough to answer the question? On 27/04/2022 22:26, Andy Lester wrote: On Apr 27, 2022, at 3:23 PM, Neha

Problem with indexing a String field in SOLR.

2022-04-27 Thread Neha Gupta
Thanks in advance for all the help this community always offers. Regards Neha Gupta

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

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

Re: Regarding maximum number of documents that can be returned safely from SOLR to Java Application.

2022-04-28 Thread Neha Gupta
Schultz wrote: Neha, On 4/27/22 16:35, Neha Gupta wrote: I have different cores with different number of documents. 1) Core 1: - 227625 docs and each document having approx 10 String fields. 2) Core 2: - Approx 3.5 million documents and each having 3 string fields. We still have no idea about

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

Re: Regarding maximum number of documents that can be returned safely from SOLR to Java Application.

2022-05-03 Thread Neha Gupta
Hello All, Thanks a lot for the replies. So the conclusion i came is to use either /exporthandler or cursor for fetching large number of documents so i am going to use that and will try to run tests to see whether all works fine or not. Thanks again for all the help. Regards Neha Gupta

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