QueryResponse not working as Expected

2023-05-22 Thread KARTHIK SHIVAKUMAR
*Spec* : OpenJDK 17.03.5 , Apache -Solr 9.2.0 , win10 *Requirement* : Convert Solr Search Results to Pojo. *Status of Indexing * : 1000 Documents indexed to Core Successfully and are visible in Solar Admin Query *Status of Query* in Admin : { "ImageFileCategory":"TestImageCategory",

Solr-9.0.0

2022-06-10 Thread KARTHIK SHIVAKUMAR
*Spec* : solr-9.0.0.tgz / jdk17 / winos10 / Ecipse IDE Version: 2022-03 (4.23.0) http2-client-10.0.0.jar, http2-common-10.0.0.jar, http2-http-client-transport-10.0.0.jar jetty-client-10.0.0.jar jetty-io-10.0.0.jar jetty-util-10.0.0.

Solr 9.0.0 with jdk17

2022-06-10 Thread KARTHIK SHIVAKUMAR
Hi *Spec* : solr-9.0.0.tgz / jdk17 / winos10 / Ecipse IDE Version: 2022-03 (4.23.0) -- *Process* I have written a programme in Java /SolrJ client to create Collection on Solr-Core standalone The process runs successfully creating new Collection & FieldType on the Solr-Core standalone *Problem*

Solrj for addField for indexing document

2021-10-06 Thread KARTHIK SHIVAKUMAR
Hi Spec : Jdk 15, Solr 8.8.1 Question : Can solrj ( client ) be used to add new 'addField' into schema for setup so as to index the documents later instead of getting missing field type exception. Note: I do not want to use Solr web schema API to do this task and preffer java code level to

Re: Solr User with "Document is missing mandatory uniqueKey"

2021-10-06 Thread KARTHIK SHIVAKUMAR
orced to add )... since if solr can handle this internally for each doc created/ deleted. with regards karthik On 2021/10/01 20:09:59, Shawn Heisey wrote: > On 10/1/21 10:51 AM, KARTHIK SHIVAKUMAR wrote: > > Problem : Error from server at http://localhost:8081/solr/Log-Test: > >

Solr User with "Document is missing mandatory uniqueKey"

2021-10-01 Thread KARTHIK SHIVAKUMAR
Hi Spec : Jdk 15, Solr 8.8.1 Problem : Error from server at http://localhost:8081/solr/Log-Test: Document is missing mandatory uniqueKey field: id. Process : I have written a small Solr-Client code to push content to solr-indexer on port 8081 Question : I have encountered this problem for the