Re: Solr Indexing error

2018-08-28 Thread Shawn Heisey
On 8/28/2018 6:03 AM, kunhu0...@gmail.com wrote: possible analysis error: Document contains at least one immense term in field="content" (whose UTF8 encoding is longer than the max length 32766), It's telling you exactly what is wrong. The field named "content" is probably using a field class

Solr Indexing error

2018-08-28 Thread kunhu0...@gmail.com
Hello All, Need help on the error related to Solr indexing. We are using Solr 6.6.3 and Nutch crawler 1.14. While indexing data to Solr we see errors as below possible analysis error: Document contains at least one immense term in field="content" (whose UTF8 encoding is longer than the max length

Re: Solr Indexing error in this function

2012-04-22 Thread vasuj
yes it worked. Thanks Gora. -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Indexing-error-in-this-function-tp3929446p3929673.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Indexing error in this function

2012-04-22 Thread Gora Mohanty
On 22 April 2012 15:33, vasuj wrote: > Log is : > > > Apr 22, 2012 2:55:17 AM org.apache.solr.update.processor.LogUpdateProcessor > finish > INFO: {add=[(null)]} 0 17 > Apr 22, 2012 2:55:17 AM org.apache.solr.common.SolrException log > SEVERE: org.apache.solr.common.SolrException: [doc=null] missi

Re: Solr Indexing error in this function

2012-04-22 Thread vasuj
h=/update/extract params={waitSearcher=true&commit=true&Latitude=32.55668&Longitude=-117.12865&wt=javabin&waitFlush=true&version=2} status=400 QTime=24 -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Indexing-error-in-this-function-tp3929446p392

Solr Indexing error in this function

2012-04-22 Thread vasuj
Solr Indexing error in this function. I am using Windows 8 x32, Xampp to configure solr, tomcat. I have tried many other forums too but not helpful. Even tried configuring many XML in Xampp/solr still could not get it working. Any hints would be helpful. Here is my function for solr indexing and