Re: Indexing problem

2015-06-06 Thread Erick Erickson
You might review: http://wiki.apache.org/solr/UsingMailingLists Your requests are terribly lacking in detail. For instance, you didn't even mention that you were using DIH. Please be respectful of the fact that people here are _volunteering_ their time and take the time on your end to provide det

Re: Indexing problem

2015-06-06 Thread Midas A
Andrea, thanks for reply attaching log for review where thread is blocked .we have high indexing rate we are indexing around 2,00 doc in every 15 mins . please help us . On Sat, Jun 6, 2015 at 6:45 PM, Andrea Gazzarini wrote: > Hi Midas, > It seems there's a thread that is getting data from

Re: Indexing problem

2015-06-06 Thread Andrea Gazzarini
Hi Midas, It seems there's a thread that is getting data from a database using DIH. No thread seems blocked and the throughput *could* be normal, depending on many factors. Could you please expand a bit about your context? Best, Andrea On 6 Jun 2015 12:21, "Midas A" wrote: > > Running with som

Indexing problem

2015-06-06 Thread Midas A
Running with some indexing issue . a java Threads comes in BLOCKED states and by which my CPU utilization increases . attaching jstack thread dump please help us in resolving the issue 2015-06-04 18:44:56 Full thread dump OpenJDK 64-Bit Server VM (24.45-b08 mixed mode): "qtp1122335225-81" prio

Re: Indexing problem

2015-01-27 Thread Alexandre Rafalovitch
A complete stub in the dark, as I don't know what the client does with the sessions. But it looks like the connection has been cut to the SolrJ client. If you connect to the server, then do nothing for a while with a connection and then starting getting errors, I would check whether you have a fir

Indexing problem

2015-01-27 Thread Olcay Çakır
Hi Gurus, We have take below error when using solr with hybris. Long time not get this error, but when it begun, its still continue to get below error. I search and googling but nothing found. I use solr 4.6.1, and I must use it because of its embedded on hybris. I increase maxidletime to 30

Re: sorlj indexing problem

2014-11-18 Thread Alexandre Rafalovitch
I haven't seen this specific error before, but my guess would be that your 'schemaless' mode has created a field of a particular type which does not match it's later usage. So, it may have seen '3' and assumed integers and now you are giving it 'four'. I would pull that specific record up and che

sorlj indexing problem

2014-11-18 Thread AJ Lemke
Hi All, I am getting an error when using solrj to index records. Exception in thread "main" org.apache.solr.client.solrj.impl.CloudSolrServer$RouteException: Exception writing document id 529241050 to the index; possible analysis error. at org.apache.solr.client.solrj.impl.CloudSolrServer.

Re: How to avoid underscore sign indexing problem?

2013-08-23 Thread Jack Krupansky
-Original Message- From: Steve Rowe Sent: Friday, August 23, 2013 12:30 AM To: solr-user@lucene.apache.org Subject: Re: How to avoid underscore sign indexing problem? Dan, StandardTokenizer implements the word boundary rules from the Unicode Text Segmentation standard annex UAX#29

Re: How to avoid underscore sign indexing problem?

2013-08-22 Thread Steve Rowe
t I mean by "deep dive." >> >> -- Jack Krupansky >> >> -Original Message- From: Shawn Heisey >> Sent: Wednesday, August 21, 2013 10:41 PM >> To: solr-user@lucene.apache.org >> Subject: Re: How to avoid underscore sign indexing problem

Re: How to avoid underscore sign indexing problem?

2013-08-22 Thread Dan Davis
details the rules that the tokenizer uses (in addition to > extensive examples.) That's what I mean by "deep dive." > > -- Jack Krupansky > > -Original Message- From: Shawn Heisey > Sent: Wednesday, August 21, 2013 10:41 PM > To: solr-user@lucene.apache.o

Re: How to avoid underscore sign indexing problem?

2013-08-22 Thread Floyd Wu
okenizer details the rules that the tokenizer uses (in addition to >>> extensive examples.) That's what I mean by "deep dive." >>> >>> -- Jack Krupansky >>> >>> -Original Message- From: Shawn Heisey >>> Sent: Wednesday, Au

Re: How to avoid underscore sign indexing problem?

2013-08-21 Thread Floyd Wu
>> Sent: Wednesday, August 21, 2013 10:41 PM >> To: solr-user@lucene.apache.org >> Subject: Re: How to avoid underscore sign indexing problem? >> >> >> On 8/21/2013 7:54 PM, Floyd Wu wrote: >> >>> When using StandardAnalyzer to tokenize string &q

Re: How to avoid underscore sign indexing problem?

2013-08-21 Thread Floyd Wu
les that the tokenizer uses (in addition to > extensive examples.) That's what I mean by "deep dive." > > -- Jack Krupansky > > -Original Message- From: Shawn Heisey > Sent: Wednesday, August 21, 2013 10:41 PM > To: solr-user@lucene.apache.org > Subject

Re: How to avoid underscore sign indexing problem?

2013-08-21 Thread Jack Krupansky
Jack Krupansky -Original Message- From: Shawn Heisey Sent: Wednesday, August 21, 2013 10:41 PM To: solr-user@lucene.apache.org Subject: Re: How to avoid underscore sign indexing problem? On 8/21/2013 7:54 PM, Floyd Wu wrote: When using StandardAnalyzer to tokenize str

Re: How to avoid underscore sign indexing problem?

2013-08-21 Thread Shawn Heisey
On 8/21/2013 7:54 PM, Floyd Wu wrote: > When using StandardAnalyzer to tokenize string "Pacific_Rim" will get > > ST > textraw_bytesstartendtypeposition > pacific_rim[70 61 63 69 66 69 63 5f 72 69 6d]0111 > > How to make this string to be tokenized to these two tokens "Pacific", > "Rim"? > Set _

How to avoid underscore sign indexing problem?

2013-08-21 Thread Floyd Wu
When using StandardAnalyzer to tokenize string "Pacific_Rim" will get ST textraw_bytesstartendtypeposition pacific_rim[70 61 63 69 66 69 63 5f 72 69 6d]0111 How to make this string to be tokenized to these two tokens "Pacific", "Rim"? Set _ as stopword? Please kindly help on this. Many thanks. F

RE: solr indexing problem

2012-08-13 Thread Videnova, Svetlana
Finally i found it: In the dataconfig my sql request wasn't good. -Message d'origine- De : Videnova, Svetlana [mailto:svetlana.viden...@logica.com] Envoyé : lundi 13 août 2012 10:41 À : solr-user@lucene.apache.org Objet : RE: solr indexing problem Some ideas? -Message

RE: solr indexing problem

2012-08-13 Thread Videnova, Svetlana
Some ideas? -Message d'origine- De : Videnova, Svetlana [mailto:svetlana.viden...@logica.com] Envoyé : vendredi 10 août 2012 11:05 À : solr-user@lucene.apache.org Objet : RE: solr indexing problem This is schem

RE: solr indexing problem

2012-08-10 Thread Videnova, Svetlana
nvoyé : vendredi 10 août 2012 15:31 À : solr-user@lucene.apache.org Objet : Re: solr indexing problem On 10 August 2012 14:35, Videnova, Svetlana wrote: > &

Re: solr indexing problem

2012-08-10 Thread Gora Mohanty
On 10 August 2012 14:35, Videnova, Svetlana wrote: > > This is schema.xml As requested, please also share the DIH configuration file, data-config.xml. Regards, Gora

RE: solr indexing problem

2012-08-10 Thread Videnova, Svetlana
août 2012 10:50 À : solr-user@lucene.apache.org Objet : Re: solr indexing problem On 10 August 2012 14:09, Videnova, Svetlana wrote: > Hi everybody, someone can help me please with this: > > > > I have a problem to index the part named "contenusection". > > > -D

Re: solr indexing problem

2012-08-10 Thread Gora Mohanty
On 10 August 2012 14:09, Videnova, Svetlana wrote: > Hi everybody, someone can help me please with this: > > > > I have a problem to index the part named "contenusection". > > > -Data-config.xml : > > > Section.id Is ok => It is a little difficult to understand what you are saying (please shar

solr indexing problem

2012-08-10 Thread Videnova, Svetlana
Hi everybody, someone can help me please with this: I have a problem to index the part named "contenusection". -Data-config.xml : Section.id Is ok => -Schema.xml In the Schema browser section_id is filled, but after reindexation which is completed, but there is nothing in contenusect

Re: Indexing problem

2011-12-28 Thread Martin Koch
ng this command > > java -jar post.jar *.xml > > commands run fine but when i search not result is displaying > > I think it is encoding problem can any one help ?? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Indexing-proble

Re: Indexing problem

2011-12-28 Thread Ahmet Arslan
> http://lucene.472066.n3.nabble.com/file/n3616191/02.xml > 02.xml > > i am trying to index this file for this i am using this > command > > java -jar post.jar *.xml > > commands run fine but when i search not result is > displaying > > I think it is encoding problem can any one help

Indexing problem

2011-12-28 Thread mumairshamsi
message in context: http://lucene.472066.n3.nabble.com/Indexing-problem-tp3616191p3616191.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Indexing Problem: Where's my data?

2010-07-28 Thread Michael Griffiths
ailto:goks...@gmail.com] Sent: Tuesday, July 27, 2010 8:25 PM To: solr-user@lucene.apache.org Subject: Re: Indexing Problem: Where's my data? Solr respects case for field names. Database fields are supplied in lower-case, so it should be 'attribute_name' and 'string_value

Re: Indexing Problem: Where's my data?

2010-07-28 Thread Chantal Ackermann
make sure to set stored="true" on every field you expect to be returned in your results for later display. Chantal

Re: Indexing Problem: Where's my data?

2010-07-27 Thread Lance Norskog
y for you I suppose. But you may > want to either remove 'name=' or make it match the schema. (and I may be > completely wrong on this, it's been a while since I got DIH going). > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Indexing-Problem-Where-s-my-data-tp1000660p1000843.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Lance Norskog goks...@gmail.com

Re: Indexing Problem: Where's my data?

2010-07-27 Thread kenf_nc
it match the schema. (and I may be completely wrong on this, it's been a while since I got DIH going). -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-Problem-Where-s-my-data-tp1000660p1000843.html Sent from the Solr - User mailing list archive at Nabble.com.

Indexing Problem: Where's my data?

2010-07-27 Thread Michael Griffiths
Hi, (The first version of this was rejected for spam). I'm setting up a test instance of Solr, and keep running into the problem of having Solr not work the way I think it should work. Specifically, the data I want to go into the index isn't there after indexing. I'm extracting the data from M

Re: Indexing Problem with SOLR multicore

2010-06-14 Thread seesiddharth
arth -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-Problem-with-SOLR-multicore-tp884745p896347.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Indexing Problem with SOLR multicore

2010-06-14 Thread Chris Hostetter
n problem gets sort out. but comes gaing if I restart my tomcat : server. : : Is there any issue with my core configuration? Please help : : : Thanks, : Siddharth : : : : -- : View this message in context: http://lucene.472066.n3.nabble.com/Indexing-Problem-with-SOLR-multicore-tp884745p

Indexing Problem with SOLR multicore

2010-06-09 Thread seesiddharth
gets sort out. but comes gaing if I restart my tomcat server. Is there any issue with my core configuration? Please help Thanks, Siddharth -- View this message in context: http://lucene.472066.n3.nabble.com/Indexing-Problem-with-SOLR-multicore-tp884745p884745.html Sent from the Solr -

Re: indexing problem

2007-10-09 Thread Erik Hatcher
Does all your XML look like this sample here - http://wiki.apache.org/ solr/UpdateXmlMessages ?? Are you sending in any elements without a name attribute or with a blank value? Erik On Oct 9, 2007, at 12:45 PM, Urvashi Gadi wrote: is there a way to find out the line number in the

Re: indexing problem

2007-10-09 Thread Urvashi Gadi
is there a way to find out the line number in the xml file? the xml file i m using is quite large. On 10/9/07, Erik Hatcher <[EMAIL PROTECTED]> wrote: > > What is the XML you POSTed into Solr? > > It looks like somehow you've sent in a field with no name or value, > though this is an error that

Re: indexing problem

2007-10-09 Thread Erik Hatcher
What is the XML you POSTed into Solr? It looks like somehow you've sent in a field with no name or value, though this is an error that probably should be caught higher up in Solr. Erik On Oct 9, 2007, at 11:06 AM, Urvashi Gadi wrote: Hi All, i m trying to index my data using po

indexing problem

2007-10-09 Thread Urvashi Gadi
Hi All, i m trying to index my data using post.jar and i get the following error Error 500 HTTP ERROR: 500name and value cannot both be empty java.lang.IllegalArgumentException: name and value cannot both be empty at org.apache.lucene.document.Field.(Field.java:197) the only r