Re: Facing issue while transforming and indexing custom JSON

2018-12-31 Thread Alexandre Rafalovitch
'https://lucene. > > apache.org/solr > > /guide/7_5/transforming-and-indexing-custom-json.html#setting-json-defaults' > > for transforming and indexing custom JSON and added the code in one of the > > core to upload a multilevel JSON. It is throwing the be

Re: Facing issue while transforming and indexing custom JSON

2018-12-31 Thread Shubhangi Shinde
guide/7_5/transforming-and-indexing-custom-json.html#setting-json-defaults' > for transforming and indexing custom JSON and added the code in one of the > core to upload a multilevel JSON. It is throwing the below error. I spent > so much time to solve this error but no luck. The error is, &g

Re: Custom JSON facet functions

2016-02-09 Thread Yonik Seeley
gt; Sent: Tuesday 9th February 2016 15:25 >> To: solr-user@lucene.apache.org >> Subject: Re: Custom JSON facet functions >> >> On Tue, Feb 9, 2016 at 7:10 AM, Markus Jelsma >> wrote: >> > Hi - i must have missing something but is it possible to declare custo

RE: Custom JSON facet functions

2016-02-09 Thread Markus Jelsma
Nice! Are the aggregations also going to be pluggable? Reading the ticket, i would assume it is going to be pluggable. Thanks, Markus -Original message- > From:Yonik Seeley > Sent: Tuesday 9th February 2016 15:25 > To: solr-user@lucene.apache.org > Subject: Re: Custo

Re: Custom JSON facet functions

2016-02-09 Thread Yonik Seeley
On Tue, Feb 9, 2016 at 7:10 AM, Markus Jelsma wrote: > Hi - i must have missing something but is it possible to declare custom JSON > facet functions in solrconfig.xml? Just like we would do with request > handlers or search components? Yes, but it will probably chan

Custom JSON facet functions

2016-02-09 Thread Markus Jelsma
Hi - i must have missing something but is it possible to declare custom JSON facet functions in solrconfig.xml? Just like we would do with request handlers or search components? Thanks, Markus

Re: solr output in custom json format

2015-02-18 Thread Erik Hatcher
e each of the Syndrome object itself. > > Thanks > meena > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/solr-output-in-custom-json-format-tp4187200p4187202.html > Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr output in custom json format

2015-02-18 Thread meena.sri...@mathworks.com
.472066.n3.nabble.com/solr-output-in-custom-json-format-tp4187200p4187202.html Sent from the Solr - User mailing list archive at Nabble.com.

solr output in custom json format

2015-02-18 Thread meena.sri...@mathworks.com
I need to create custom json format of solr output for a specific UI. I was wondering if there is a way to embed "highlighting" portion inside docs itself. Thanks Meena -- View this message in context: http://lucene.472066.n3.nabble.com/solr-output-in-custom-json-format-tp4187200

Indexing Custom JSON with SolrJ

2015-02-08 Thread Bryan Bende
Does SolrJ have anything that allows you to change the update handler and add something besides a SolrInputDocument? I'm trying to figure out how to add JSON documents using the custom JSON update handler (http://lucidworks.com/blog/indexing-custom-json-data/), but doing it through SolrJ in

Re: Custom JSON

2014-10-20 Thread Alexandre Rafalovitch
gt; irrespective >> > > > of the solrconfig.xml >> > > > In schemaless the fields are created automatically by solr. >> > > > >> > > > If you have all the fields created in your schema.xml it will work . >> > > > >&

Re: Custom JSON

2014-10-20 Thread Noble Paul
> > > > > > > > If you have all the fields created in your schema.xml it will work . > > > > > > > > if you need an id field please use a copy field to create one > > > > > > > > --Noble > > > > > > > > O

Re: Custom JSON

2014-10-17 Thread Alexandre Rafalovitch
lr. > > > > > > If you have all the fields created in your schema.xml it will work . > > > > > > if you need an id field please use a copy field to create one > > > > > > --Noble > > > > > > On Thu, Oct 16, 2014 at 8:42 PM, S

Re: Custom JSON

2014-10-16 Thread Noble Paul
gt; > > If you have all the fields created in your schema.xml it will work . > > > > if you need an id field please use a copy field to create one > > > > --Noble > > > > On Thu, Oct 16, 2014 at 8:42 PM, Scott Dawson > > wrote: > > > > > Hello,

Re: Custom JSON

2014-10-16 Thread Scott Dawson
gt; > > Hello, > > I'm trying to use the new custom JSON feature described in > > https://issues.apache.org/jira/browse/SOLR-6304. I'm running Solr > 4.10.1. > > It seems that the new feature, or more specifically, the > /update/json/docs > > endpoint is not

Re: Custom JSON

2014-10-16 Thread Noble Paul
--Noble On Thu, Oct 16, 2014 at 8:42 PM, Scott Dawson wrote: > Hello, > I'm trying to use the new custom JSON feature described in > https://issues.apache.org/jira/browse/SOLR-6304. I'm running Solr 4.10.1. > It seems that the new feature, or more specifically, the /update/json/

Custom JSON

2014-10-16 Thread Scott Dawson
Hello, I'm trying to use the new custom JSON feature described in https://issues.apache.org/jira/browse/SOLR-6304. I'm running Solr 4.10.1. It seems that the new feature, or more specifically, the /update/json/docs endpoint is not enabled out-of-the-box except in the schema-less example