Re: What's wrong

2015-06-25 Thread Test Test
between them, so of course that will not match. You can simulate a span query using sloppy phrases in the normal Solr query parsers: london city~10. The only catch is that does not require that the terms be in that order. -- Jack Krupansky On Sun, Jun 14, 2015 at 6:45 AM, Test Test andymish

Re: What's wrong

2015-06-14 Thread Test Test
, 2015 at 5:54 AM, Test Test andymish...@yahoo.fr wrote: Hi, I have solr document, composed like this, with 2 fields : id = 1details = London is the capital and most-populous city of United Kingdom. When i request solr with this parameter (details:london, details:city), i don't get the document.The

What's wrong

2015-06-13 Thread Test Test
Hi, I have solr document, composed like this, with 2 fields : id = 1details = London is the capital and most-populous city of United Kingdom. When i request solr with this parameter (details:london, details:city), i don't get the document.The details field is a type text_general fieldType

Re: i am using text_general not able to search on space

2015-04-08 Thread Test Test
Re, You have to specify defautSearchField tag in Schema.xml Regards,Andy Le Mercredi 8 avril 2015 21h33, avinash09 avinash.i...@gmail.com a écrit : http://localhost:8983/solr/rna/select?q=test_name:*Uae blow*wt=jsonrows=100 getting { responseHeader: { status: 400, QTime: 28 },

Re: Trouble GetSpans lucene 4

2015-04-07 Thread Test Test
-Original Message- From: Compte Poubelle [mailto:andymish...@yahoo.fr] Sent: Tuesday, April 07, 2015 1:53 PM To: solr-user@lucene.apache.org Subject: Re: Trouble GetSpans lucene 4 Up. Anyone? Best regards. On 6 avr. 2015, at 21:32, Test Test andymish...@yahoo.fr wrote: Hi, I'm working

Trouble GetSpans lucene 4

2015-04-06 Thread Test Test
Hi,  I'm working on TamingText's book.I try to upgrade the code from solr 3.6 to solr 4.10.2.At the moment, i have a problem about the method getSpans.spans.next() returns always false.Anyone can helps? SpanNearQuery sQuery = (SpanNearQuery) origQuery;SolrIndexSearcher searcher =

Re: Custom TokenFilter

2015-03-26 Thread Test Test
for letting us know the resolution, the problem was bugging me Erick On Wed, Mar 25, 2015 at 4:21 PM, Test Test andymish...@yahoo.fr wrote: Re, Finally, i think i found where this problem comes.I didn't use the right class extender, instead using Tokenizers, i'm using Token filter. Eric, thanks

Re: Custom TokenFilter

2015-03-25 Thread Test Test
by: java.lang.ClassCastException: class com.tamingtext.texttamer.solr. This usually means you have jar files from different versions of Solr in your classpath. Best, Erick On Tue, Mar 24, 2015 at 2:38 PM, Test Test andymish...@yahoo.fr wrote: Hi there, I'm trying to create my own TokenizerFactory (from

Re: Custom TokenFilter

2015-03-25 Thread Test Test
on your classpath? Best, Erick On Wed, Mar 25, 2015 at 12:36 AM, Test Test andymish...@yahoo.fr wrote: Thanks Eric, I'm working on Solr 4.10.2 and all my dependencies jar seems to be compatible with this version. [image: Image en ligne] I can't figure out which one make this issue

Re: Custom TokenFilter

2015-03-25 Thread Test Test
=../../../contrib/tamingtext/lib regex=.*\.jar / - lib dir=../../../contrib/tamingtext/dependency regex=.*\.jar / Thanks for advance Regards. Le Mercredi 25 mars 2015 20h18, Test Test andymish...@yahoo.fr a écrit : Re, Sorry about the image.So, there are all my dependencies jar

Re: Custom TokenFilter

2015-03-25 Thread Test Test
Re, Finally, i think i found where this problem comes.I didn't use the right class extender, instead using Tokenizers, i'm using Token filter. Eric, thanks for your replies.Regards. Le Mercredi 25 mars 2015 23h55, Test Test andymish...@yahoo.fr a écrit : Re, I have tried to remove

Re: Custom TokenFilter

2015-03-25 Thread Test Test
in twice would explain the cast exception. not need these in the tamingtext/dependency subdirectory, just the things that are _not_ in Solr already.. Best, Erick On Wed, Mar 25, 2015 at 12:21 PM, Test Test andymish...@yahoo.fr wrote: Re, Sorry about the image.So, there are all my dependencies

Custom TokenFilter

2015-03-24 Thread Test Test
Hi there,  I'm trying to create my own TokenizerFactory (from tamingtext's book).After setting schema.xml and have adding path in solrconfig.xml, i start solr.I have this error message : Caused by: org.apache.solr.common.SolrException: Plugin init failure for [schema.xml] fieldType text: Plugin

Re: rough maximum cores (shards) per machine?

2015-03-24 Thread Test Test
Hi there,  I'm trying to create my own TokenizerFactory (from tamingtext's book).After setting schema.xml and have adding path in solrconfig.xml, i start solr.I have this error message : Caused by: org.apache.solr.common.SolrException: Plugin init failure for [schema.xml] fieldType text: Plugin