- what would be the solution if search query is (lenovo-A600 in lenovo
mobile) . As per need i have to use 'worldelimeterfilterfactory' because
user some time search (lenovoA600) and some time (lenovo a600) .
after filter pass 'worlddelimeterfilterfactory' tokens of main query
(lenovo-A600 i
baseTokenizer is reset in the #reset method.
Sarita
From: Jack Krupansky
To: solr-user@lucene.apache.org
Sent: Sunday, May 5, 2013 1:37 PM
Subject: Re: custom tokenizer error
I didn't notice any call to the "reset" method for your base
I am using a custom Tokenizer, as part of analysis chain, for a Solr (4.2.1)
field. On trying to index, Solr throws a NullPointerException.
The unit tests for the custom tokenizer work fine. Any ideas as to what is it
that I am missing/doing incorrectly will be appreciated.
Here is the relevant
ks for the clarification. I am using DefaultHttpClient on the client side,
but was hoping that there is a way around SystemDefaultHttpClient, in Solr.
Looks like there is isn't any.
Thanks for your help!
From: Chris Hostetter
To: "solr-user@lucene.
Hi All,
I get the error below on trying to index using Solr 4.2.1. I have a single
core setup and use HttpSolrServer with DefaultHttpClient to talk to Solr.
#Here is how HttpSolrServer is instantiated:
solrServer = new HttpSolrServer( baseURL,
configurator.createHttpClient( new BasicHttp
) ?
From: Uwe Klosa
To: solr-user@lucene.apache.org; Sarita Nair
Sent: Wednesday, April 10, 2013 2:58 AM
Subject: Re: Solr 4.2.1 SSLInitializationException
You have to add two new Java options to your Glassfish config (example if
you use the standard keystore and truststore
.. 50 more
Caused by: java.security.UnrecoverableKeyException: Password verification failed
at sun.security.provider.JavaKeyStore.engineLoad(JavaKeyStore.java:770)
... 54 more
From: Chris Hostetter
To: "solr-user@lucene.apache.org" ;
Hi All,
Deploying Solr 4.2.1 to GlassFish 3.1.1 results in the error below. I have
seen similar problems being reported with Solr 4.2
and my take-away was that 4.2.1 contains the necessary fix.
Any help with this will be appreciated.
Thanks!
2013-04-09 10:45:06,144 [main] ERROR
org.apa
Thanks much, Koji.
That was indeed the problem. I did not realize that one has to do all three of
these
fieldType.setStoreTermVectors(true);
fieldType.setStoreTermVectorPositions(true);
fieldType.setStoreTermVectorOffsets(true);
in order to store positions and offsets.
-Sarita
Hi All,
I am in the process upgrading from Solr 3.6.2 to Solr 4.1 and have been running
into
problems with retrieving Term vector information.
Below is the test and source code. The tests fails with a
NullPointerException, because DocsAndPositionsEnum is always null, despite the
fact that I
10 matches
Mail list logo