Re: UUIDUpdateProcessorFactory causes repeated documents when uploading csv files?

2015-01-02 Thread Meraj A. Khan
Is this SolrCloud or single Solr Instance? On Jan 2, 2015 3:44 PM, wrote: > Happy New Year Everyone :) > > I am trying to automatically generate document Id when indexing a csv > file that contains multiple lines of documents. The desired case: if the > csv file contains 2 lines (each line is a d

Re: SpellCheck (AutoComplete) Not Working In Distributed Environment

2015-01-01 Thread Meraj A. Khan
Shawn, When running SolrCloud do you even have to include the shards parameter ,shouldnt only shards.qt parameter suffice? On Dec 30, 2014 7:17 PM, "Shawn Heisey" wrote: > On 12/30/2014 5:03 PM, Charles Sanders wrote: > > Thanks for the suggestion. > > > > I did not do that originally because th

Re: How to implement multi-set in a Solr schema.

2014-12-29 Thread Meraj A. Khan
Dec 29, 2014 12:49 AM, "Jack Krupansky" wrote: > You can also use group.query or group.func to group documents matching a > query or unique values of a function query. For the latter you could > implement an NLP algorithm. > > > -- Jack Krupansky > > On Sun, Dec

Re: How to implement multi-set in a Solr schema.

2014-12-28 Thread Meraj A. Khan
Thanks Aman, the thing is the bookName field values are not exactly identical , but nearly identical , so at the time of indexing I need to figure out which other book name field this is similar to using NLP techniques and then put it in the appropriate bag, so that at the retrieval time I only ret

Re: Boosting the score using edismax for a non empty and non indexed field.

2014-12-10 Thread Meraj A. Khan
Thanks Erik, I followed this approach. On Tue, Dec 9, 2014 at 4:21 AM, Erik Hatcher wrote: > Boosting will need to be done off an indexed field. But maybe rather than > indexing the url value, maybe index another new hasImage field as a boolean > true. No need to index the false values even.

Re: Different ids for the same document in different replicas.

2014-11-13 Thread Meraj A. Khan
output > won’t be available until the indexing is actually occurring, which is too > late for routing purposes. And that means you can’t ensure that subsequent > re-feeds of the same thing will overwrite the old values since you can’t make > sure they get routed to the same s

Re: Different ids for the same document in different replicas.

2014-11-12 Thread Meraj A. Khan
Sorry,its actually doctorUrl, so I dont want to use doctorUrl as a lookup mechanism because urls can have special characters that can caise issue with Solr lookup. I guess I should rephrase my question to ,how to auto generate the unique keys in the id field when using SolrCloud? On Nov 12, 2014

Re: Master Slave set up in Solr Cloud

2014-11-02 Thread Meraj A. Khan
Eirck, I meant having a replication factor of 1 in SolrCloud would not be scalable, I ended up using a replication factor of 1 , because of the disjoint replicas issue for replication factor greater than 1 , that I mentioned previously in the other email thread. Are you saying that a SolrCloud cl

Re: Spellchecker causing 500 (ISE)

2014-06-26 Thread Meraj A. Khan
Can you share your configuration with us ? have you modified the Solr source code in anyway? On Thu, Jun 26, 2014 at 1:06 AM, Aman Tandon wrote: > Hi, > > We are getting the results for the query but the spellchecker component is > returning 500. Please help us out. > > *query*: http://localhos

Re: Customizing Solr; Where to draw the line?

2014-06-08 Thread Meraj A. Khan
> > 3) Did you declare any custom object types in the solr-config.xml i.e. > other than , , etc. > > > On Sun, Jun 8, 2014 at 7:42 PM, Meraj A. Khan wrote: > > > I hane gone with approach #2 to avoid latency issues as well, > specifically > > for spellcheck re

Re: Customizing Solr; Where to draw the line?

2014-06-08 Thread Meraj A. Khan
I hane gone with approach #2 to avoid latency issues as well, specifically for spellcheck related functionality.I have not gone onto to SolrCloud yet ,so I cannot comment on the distributed search part. On Jun 8, 2014 10:38 PM, "Phanindra R" wrote: > Hi, > > We have decided to migrate from Lucene

Re: Strange Behavior with Solr in Tomcat.

2014-06-06 Thread Meraj A. Khan
This looks distinctly related to https://issues.apache.org/jira/browse/SOLR-4408 , try coldSearcher = true as being suggested in JIRA and let us know . On Fri, Jun 6, 2014 at 2:39 PM, Jean-Sebastien Vachon < jean-sebastien.vac...@wantedanalytics.com> wrote: > I would try a thread dump and check