Re: Solr error: org.apache.solr.common.SolrException: Exception writing document id files_21122 to the index; possible analysis error.

2017-05-31 Thread Lars Müller
I think the issue is the person between keyboard and Chair. Is delete Solr and the setup and running it again with this tutorial. Now it works. https://github.com/nextcloud/nextant/wiki/Setup-your-local-Solr-as-a-Service Am 31. Mai 2017 11:37:02 vorm. schrieb Rick Leir : Lars, More info is

Re: Solr error: org.apache.solr.common.SolrException: Exception writing document id files_21122 to the index; possible analysis error.

2017-05-31 Thread Rick Leir
Lars, More info is needed! Were you able to index _any_ documents before this happened? Are you POSTing via curl or something else? What is your config? Did you change your config just before his? Is the error repeatable? Any idea why the IndexWriter would be closed? "Caused by: org.apa

Re: solr error

2016-08-02 Thread GW
K, After installing the latest PECL for Solr in PHP I found that it fails with Solr 6.1.0. This is Debian 8. Anyway, I just ended up writing a function using curl to post JSON to Solr. This is working with PHP5.6 & The latest Solrcloud No more Solr client in PHP for me lol. Parallel SQL is a rea

Re: solr error

2016-08-02 Thread GW
best to get a build document together to ensure your server is correct. testing with a simple curl get/post I use PHP and Perl all the time and have to say the overall docs suck because the technology changes fast. The coolest thing about Solrcloud is it changes fast. For instance apt-get php5-so

Re: solr error

2016-08-01 Thread Midas A
Jürgen, we are using Php solrclient and getting above exception . what could be the reason for the same please elaborate. On Tue, Aug 2, 2016 at 11:10 AM, Midas A wrote: > curl: (52) Empty reply from server > what could be the case .and what should i do to minimize. > > > > > On Tue, Aug 2, 20

Re: solr error

2016-08-01 Thread Midas A
curl: (52) Empty reply from server what could be the case .and what should i do to minimize. On Tue, Aug 2, 2016 at 10:38 AM, Walter Underwood wrote: > I recommend you look at the PHP documentation to find out what “HTTP Error > 52” means. > > You can start by searching the web for this: php

Re: solr error

2016-08-01 Thread DVT
Abhishek, given the vast amount of information you write, I suspect thisis not an HTTP error code (those are three digits, and the ones starting with 200 actually indicate a success), but rather a libcurl error code. Check against this list to find out whether that's an explanation: https://curl

Re: solr error

2016-08-01 Thread Walter Underwood
I recommend you look at the PHP documentation to find out what “HTTP Error 52” means. You can start by searching the web for this: php http error 52 wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Aug 1, 2016, at 10:04 PM, Midas A wrote: > > plea

Re: solr error

2016-08-01 Thread Midas A
please reply . On Tue, Aug 2, 2016 at 10:24 AM, Midas A wrote: > Hi, > > i am connecting solr with php and getting *HTTP Error 52, and *HTTP Error > 20* error *frequently . > what should i do to minimize these issues . > > Regards, > Abhishek T > >

Re: Solr - Error when trying to index the date field.

2016-06-14 Thread Erick Erickson
BTW, the easiest way to check what schema file you are _actually_ using is through the admin UI. Select a core, go to files>>and click on the schema file in question Best, Erick On Tue, Jun 14, 2016 at 5:53 AM, Shawn Heisey wrote: > On 6/14/2016 6:09 AM, Syedabbasmehdi Rizvi wrote: >> Schema

Re: Solr - Error when trying to index the date field.

2016-06-14 Thread Shawn Heisey
On 6/14/2016 6:09 AM, Syedabbasmehdi Rizvi wrote: > Schema file has a field called timestamp of type date. Still it shows > that error. Did you restart Solr or reload the core/collection after modifying the schema? Are you absolutely sure that you are looking at the active schema file? Users ar

RE: Solr - Error when trying to index the date field.

2016-06-14 Thread Syedabbasmehdi Rizvi
Schema file has a field called timestamp of type date. Still it shows that error. -Original Message- From: Erik Hatcher [mailto:erik.hatc...@gmail.com] Sent: Tuesday, June 14, 2016 5:31 PM To: solr-user@lucene.apache.org Subject: Re: Solr - Error when trying to index the date field

Re: Solr - Error when trying to index the date field.

2016-06-14 Thread Erik Hatcher
You apparently don’t have a `timestamp` field defined in your schema. The error message is: unknown field ‘timestamp’ > On Jun 14, 2016, at 5:18 AM, Syedabbasmehdi Rizvi > wrote: > > Hi, > > I am trying to index a CSV file that contains a date field. I have the date > field co

Re: solr error

2016-01-21 Thread Midas A
Hi, Please find attached detail logs, Please help me to figure it out. On Fri, Jan 15, 2016 at 2:50 AM, Shawn Heisey wrote: > On 1/14/2016 12:08 AM, Midas A wrote: > > we are continuously getting the error > > "null:org.eclipse.jetty.io.EofException" > > on slave . > > > > what could be the re

Re: solr error

2016-01-14 Thread Shawn Heisey
On 1/14/2016 12:08 AM, Midas A wrote: > we are continuously getting the error > "null:org.eclipse.jetty.io.EofException" > on slave . > > what could be the reason ? This error is caused by clients that disconnect the HTTP/TCP connection before Solr has responded to a request. Jetty logs this erro

Re: solr error

2016-01-13 Thread Binoy Dalal
OK. Post the entire stack trace. That way we can get an idea of what is actually throwing this exception. On Thu, 14 Jan 2016, 12:49 Midas A wrote: > when we are using solr only > > On Thu, Jan 14, 2016 at 12:41 PM, Binoy Dalal > wrote: > > > Can you post the entire stack trace? > > > > Do you

Re: solr error

2016-01-13 Thread Midas A
when we are using solr only On Thu, Jan 14, 2016 at 12:41 PM, Binoy Dalal wrote: > Can you post the entire stack trace? > > Do you get this error at startup or while you're using solr? > > On Thu, 14 Jan 2016, 12:38 Midas A wrote: > > > we are continuously getting the error > > "null:org.eclips

Re: solr error

2016-01-13 Thread Binoy Dalal
Can you post the entire stack trace? Do you get this error at startup or while you're using solr? On Thu, 14 Jan 2016, 12:38 Midas A wrote: > we are continuously getting the error > "null:org.eclipse.jetty.io.EofException" > on slave . > > what could be the reason ? > -- Regards, Binoy Dalal

Re: Solr Error Message ShutDown

2015-04-23 Thread Shawn Heisey
On 4/22/2015 8:23 AM, EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS) wrote: > Hi , We are having an issue without PROD environment and its say below > message when we access solr using browser.. > > > HTTP Status 503 - Server is shutting down or failed to initialize > __

Re: Solr Error Message ShutDown

2015-04-22 Thread Erick Erickson
What version of Solr? And do the Solr logs show anything useful? Or catalina.out? Best, Erick On Wed, Apr 22, 2015 at 7:23 AM, EXTERNAL Taminidi Ravi (ETI, AA-AS/PAS-PTS) wrote: > Hi , We are having an issue without PROD environment and its say below > message when we access solr using browser.

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-11 Thread david.w.smi...@gmail.com
As in the layout shipped with Solr? Try putting the JTS ‘jar’ in lib/ext and let us know if that worked. I think it will but I forget. ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Thu, Dec 11, 2014 at 12:40 PM, mathaix wrote

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-11 Thread mathaix
Thank you. That was the issue. Is am running solr with Jetty. Is there are recommended way for including those jars in the jetty configuration? -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Error-when-making-GeoPrefixTree-polygon-filter-search-tp4173629p4173807.html

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread Guido Medina
Hi Mathaix, David could be right, we have geo-polygons and stuff and what we do is that we put the JTS jar inside solr.war (and other jars using our own automated scripts to add extra jars inside it) Here is the link of latest maven JTS dependency where you can download it directly: http:/

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread david.w.smi...@gmail.com
Mathaix, I bet you don’t have JTS on your classpath. See the spatial page in the Solr ref guide. ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Wed, Dec 10, 2014 at 4:50 PM, mathaix wrote: > So I downloaded and attached the sp

Re: Solr Error when making GeoPrefixTree polygon filter search

2014-12-10 Thread mathaix
So I downloaded and attached the spatial4j source. (where it is breaking). Notice that there is no POLYGON type in the WktShapeParser file. (See attached source). https://github.com/spatial4j/spatial4j/blob/master/src/main/java/com/spatial4j/core/io/WktShapeParser.java -- View this message i

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-03 Thread Tim Dunphy
Hi Alexandre, OK some good progress was made based on this advice. Thanks! I think we're in the home stretch with the data import. Not there yet. But hopefully close. > Two problems: > 1) You have (span) elements in your solrconfig.xml. They just > do not belong there. The original tutorial sc

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-03 Thread Alexandre Rafalovitch
Two problems: 1) You have (span) elements in your solrconfig.xml. They just do not belong there. The original tutorial screwed up. Your element should be on the same level as the other elements in that example. 2) You also seem to have another random piece of data configuration in the solrconfig.x

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-03 Thread Tim Dunphy
Hi Alexandre, Thanks so much for your input and examples! Ok so here's what I've done so far with no luck as of yet unfortunately. Inside of solrconfig.xml I put the following: ** As you can see, I've replaced the relative paths with absolute ones. So as of now, m

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Alexandre Rafalovitch
That tutorial seems to be somewhat dodgy. You need at least one more step of adding DIH library in solrconfig.xml: https://github.com/apache/lucene-solr/blob/lucene_solr_4_10_2/solr/example/example-DIH/solr/db/conf/solrconfig.xml#L75 (I recommend using absolute path though). Also, you should not n

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Tim Dunphy
Hi Alex, > I thought the "" > and the ending span were broken email thing but they seem to be in the > solrconfig.xml file as well. I would start from removing those and > leaving just the actual definition. Thanks for your response! OK so I tried your suggestion of removing those span tags li

Re: Solr error : sorry, no dataimport-handler defined!

2014-11-02 Thread Alexandre Rafalovitch
Well, I thought the "" and the ending span were broken email thing but they seem to be in the solrconfig.xml file as well. I would start from removing those and leaving just the actual definition. Regards, Alex. Personal: http://www.outerthoughts.com/ and @arafalov Solr resources and newslette

Re: SOLR error on distributed query

2014-06-12 Thread Diego Marchi
Thanks Hoss for your reply... yeah I thought so... and I don't think it's even possible to add the id field to the document missing it, right? Also because some of the fields are not stored and it is my understanding that it is one of the requirements to have the update query work... right? But s

Re: SOLR error on distributed query

2014-06-12 Thread Chris Hostetter
: > set with the latest solr version. (Now we are running version 4.8 - the : > current schema has a uniqueid field set, while it wasn't present in the : > earlier versions. This unique field is unsurprisingly called "id" but not : > all the documents have it.) this is going to be the source of a

Re: Solr Error msg

2014-02-10 Thread Erick Erickson
Seems like this would be a more appropriate question for ht eYaCy folks. Best, Erick On Sun, Feb 9, 2014 at 7:15 PM, Smoking Wheels wrote: > Hi this is the error running on YaCy 1.67 9868. > I put my computer into standby last night then upgraded Yacy after resume. > > Regards > > Greg Smith >

Re: SOLR Error: Document is missing mandatory uniqueKey field

2013-05-11 Thread zaheer.java
Thank you for your feedback Shawn. Looking closely into the error made me realize that it was indeed an application error and not related to SolrJ or SOLR. -- View this message in context: http://lucene.472066.n3.nabble.com/SOLR-Error-Document-is-missing-mandatory-uniqueKey-field-tp4062177p4062

Re: SOLR Error: Document is missing mandatory uniqueKey field

2013-05-09 Thread Shawn Heisey
On 5/9/2013 7:44 PM, zaheer.java wrote: > I repeatedly get this error while adding documents to SOLR using SOLRJ > "Document is missing mandatory uniqueKey field: orderItemKey". This field > is defined as uniqueKey in the Document Schema. I've made sure that I'm > passing this field from Java by l

Re: SOLR Error: Document is missing mandatory uniqueKey field

2013-05-09 Thread zaheer.java
Here is the stack trace: DEBUG - 2013-05-09 18:53:06.411; org.apache.solr.update.processor.LogUpdateProcessor; PRE_UPDATE add{,id=(null)} {wt=javabin&version=2} DEBUG - 2013-05-09 18:53:06.411; org.apache.solr.update.processor.LogUpdateProcessor; PRE_UPDATE FINISH {wt=javabin&version=2} INFO - 20

Re: solr error, cannot run PhraseQuery

2012-07-02 Thread Ahmet Arslan
> http://172.17.100.16:/solr/collection1/select?q=name:(4U > OR Cabs)^12.8 > category:(4U OR Cabs)^1.6 subcategory:(4U OR Cabs)^0.4 > description:(4U OR > Cabs)^0.1 > > the above query is throwing the the following error > > field "subcategory" was indexed with > Field.omitTermFreqAndPosition

Re: solr error when querying.

2012-05-24 Thread Sami Siren
Ron, Did you actually add new xslt file there or did you try to use the example one, if the latter I believe the filename is example.xsl not example.xslt -- Sami Siren On Wed, May 23, 2012 at 5:30 PM, watson wrote: > Here is my query: > http://127.0.0.1:/solr/JOBS/select/??q=Apache&wt=xsl

Re: solr error after relacing schema.xml

2012-05-01 Thread BillB1951
PROBLEM RESOLVED. Solr 3.6.0 changed where it looks for stopwords_en.txt (now in sub-directory /lang) . Schema.xml generated by Haystack 2.0.0 beta need to be edited. Everthing working now. - BillB1951 -- View this message in context: http://lucene.472066.n3.nabble.com/solr-error-after-rel

Re: solr error after relacing schema.xml

2012-04-26 Thread BillB1951
I'm using haystack 2.0.0Beta, and Apache-Solr-3.6.0. I'm not sure how to determine the schema.xml version, but I do notice that the solr example's schema.xml is - and the schema.xml generated by haystack is . Can I specify another schema.xml generator for haystack? If so , where?

Re: solr error after relacing schema.xml

2012-04-26 Thread Lance Norskog
Which version of Solr does Haystack expect? The schema builder might be targeting an older version of Solr. On Thu, Apr 26, 2012 at 10:47 AM, Mark Miller wrote: > By default logging goes to std out. You probably want to configure real > logging though: http://wiki.apache.org/solr/SolrJetty#Loggi

Re: solr error after relacing schema.xml

2012-04-26 Thread Mark Miller
By default logging goes to std out. You probably want to configure real logging though: http://wiki.apache.org/solr/SolrJetty#Logging On Apr 26, 2012, at 1:33 PM, BillB1951 wrote: > It does not appear that any logfiles were created. > > > - > BillB1951 > -- > View this message in context:

Re: solr error after relacing schema.xml

2012-04-26 Thread BillB1951
It does not appear that any logfiles were created. - BillB1951 -- View this message in context: http://lucene.472066.n3.nabble.com/solr-error-after-relacing-schema-xml-tp3940133p3941997.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: solr error after relacing schema.xml

2012-04-26 Thread Mark Miller
Try looking at the logs. On Apr 25, 2012, at 10:53 PM, BillB1951 wrote: > Trouble getting solr and Haystack working together. I have solar > working (can get admin screen and query test data). I then create my > search_indexes.py (per getting started example, I also have run syndb > and added d

Re: SOLR error with custom FacetComponent

2011-10-04 Thread Ravi Bulusu
> The field names will be populated into a data store (like memcache) and > facets have to be driven from that data store. > > I need to write a Custom FacetComponent which picks up the facet fields > from the data store. > Thanks for your response. > > -Ravi Bulusu >

Re: SOLR error with custom FacetComponent

2011-09-26 Thread Chris Hostetter
: : Unfortunately the facet fields are not static. The field are dynamic SOLR : fields and are generated by different applications. : The field names will be populated into a data store (like memcache) and : facets have to be driven from that data store. : : I need to write a Custom FacetComponen

Re: SOLR error with custom FacetComponent

2011-09-24 Thread Ravi Bulusu
picks up the facet fields from the data store. Thanks for your response. -Ravi Bulusu Subject: Re: SOLR error with custom FacetComponent From: Erik Hatcher Date: 2011-09-21 18:18 Why create a custom facet component for this? Simply add lines like this to your request handler(s

Re: SOLR error with custom FacetComponent

2011-09-21 Thread Erik Hatcher
Why create a custom facet component for this? Simply add lines like this to your request handler(s): manu_exact either in defaults or appends sections. Erik On Sep 21, 2011, at 14:00 , Ravi Bulusu wrote: > Hi All, > > > I'm trying to write a custom SOLR facet component

Re: Solr Error

2011-02-07 Thread Grijesh
What is your index size and Ram you have? - Thanx: Grijesh http://lucidimagination.com -- View this message in context: http://lucene.472066.n3.nabble.com/Solr-Error-tp2442417p2443597.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Solr Error

2011-02-07 Thread Prasad Joshi
I have already allocated abt 2gb -Xmx2048m. Regards, Prasad On 7 February 2011 18:17, Ahmet Arslan wrote: > > > Pl share your insights on the error. > > java.lang.OutOfMemoryError: Java heap space > > What happens if you increase the Java heap space? > java -Xmx1g -jar start.jar > > > > >

Re: Solr Error

2011-02-07 Thread Ahmet Arslan
> Pl share your insights on the error. > java.lang.OutOfMemoryError: Java heap space What happens if you increase the Java heap space? java -Xmx1g -jar start.jar