Typecast non stored string field for sorting

2014-04-23 Thread abhishek jain
create a new field with the value from non stored field? Please advise. Thanks Abhishek -- Thanks and kind Regards, Abhishek jain +91 9971376767

Stopping Solr instance

2014-04-08 Thread abhishek jain
Hi friends, What is the best way to stop solr from command line, the command with the stop port and secret key as given in most online help links don't work for me all time, I have to kill it most times ! i have though noted excessive swap usage when i have to kill it. Is there a link between sw

Error handling in Solr.

2014-04-08 Thread abhishek jain
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) at java.lang.Thread.run(Unknown Source) Please help, -- Thanks and kind Regards, Abhishek jain +91 9971376767

Re: AND not as a boolean operator in Phrase

2014-04-02 Thread abhishek jain
Hi, Ok thanks, i want to search for phrase "A and B" with the *and *word sandwiched between A and B. I dont want to work with and as a boolean operator when within quotes. I have and as a stop word and i dont want to reindex data. What is my best bet. thanks abhishek jain On Sun, Ma

Strange behavior while deleting

2014-03-31 Thread abhishek jain
hi friends, I have observed a strange behavior, I have two indexes of same ids and same number of docs, and i am using a json file to delete records from both the indexes, after deleting the ids, the resulting indexes now show different count of docs, Not sure why I used curl with the same json f

Re: AND not as a boolean operator in Phrase

2014-03-26 Thread abhishek jain
er which cause "and" to be removed. > > -- Jack Krupansky > > -Original Message- From: abhishek jain Sent: Tuesday, March 25, > 2014 1:29 PM To: solr-user@lucene.apache.org Subject: AND not as a > boolean operator in Phrase > hi friends, > > when i sear

AND not as a boolean operator in Phrase

2014-03-25 Thread abhishek jain
hi friends, when i search for "A and B" it gives me result for A , B , i am not sure why? Please guide how can i exact match when it is within phrase/quotes. -- Thanks and kind Regards, Abhishek jain

Re: Optimizing RAM

2014-03-11 Thread abhishek jain
minimum RAM size of 48GB if we > assume your heap is 8GB. 64GB would be better. > > http://wiki.apache.org/solr/SolrPerformanceProblems#General_information > > Thanks, > Shawn > > -- Thanks and kind Regards, Abhishek jain +91 9971376767

Re: Which Tokenizer to use at searching

2014-03-10 Thread abhishek jain
I actually meant > While indexing A,B > A and B should give result but > "A B" should not give result. > > Also I will look at analyser. > > Thanks > Abhishek > > Original Message > From: Erick Erickson > Sent: Monday, 10 March 2014 01:38 > To: abhishek

Re: Which Tokenizer to use at searching

2014-03-09 Thread abhishek jain
rt of text" then "A,B" should NOT match the document. > > The admin/analysis page is your friend, I strongly suggest you spend > some time looking at the various transformations performed by > the various analyzers and tokenizers. > > Best, > Erick > > On S

Optimizing RAM

2014-03-09 Thread abhishek jain
hi friends, I want to index some good amount of data, i want to keep both stemmed and unstemmed versions , I am confused should i keep two separate indexes or keep one index with two versions or column , i mean col1_stemmed and col2_unstemmed. I have multicore with multi shard configuration. My se

Re: Which Tokenizer to use at searching

2014-03-09 Thread abhishek jain
combine index and search analyzer/tokenizer/token filters. > > Thanks; > Furkan KAMACI > > > 2014-03-09 18:06 GMT+02:00 abhishek jain : > > > Hi Friends, > > > > I am concerned on Tokenizer, my scenario is: > > > > During indexing i want to token o

Which Tokenizer to use at searching

2014-03-09 Thread abhishek jain
? -- Thanks and kind Regards, Abhishek jain

Remove stemming without reindexing - currently using KStem

2014-02-01 Thread abhishek jain
Hi Friends, Is it possible to remove stemming without having to reindex the entire data, I am using KStem. Can we do so by query itself, not sure how? I am not using dismax. Thanks Abhishek

RE: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread abhishek jain
rate your boosting requirement? There is a carat operator > to boost query terms. > > for example : q=term1 term2^0.6 > > > > > On Saturday, February 1, 2014 1:51 PM, abhishek jain > wrote: > Hi, > Ok thanks, will look more into it, > > Any in

RE: Special character search in Solr and boosting without altering the resultset

2014-02-01 Thread abhishek jain
ar discussions and alternative > solutions. > > http://search-lucene.com/m/6dbI9zMSob1 > http://search-lucene.com/m/Ac71G0KlGz > http://search-lucene.com/m/RRD2D1p1mi > > Ahmet > > > > On Friday, January 31, 2014 8:23 PM, abhishek jain > wrote: > Hi friends, &g

Special character search in Solr and boosting without altering the resultset

2014-01-31 Thread abhishek jain
Hi friends, I am facing a strange problem, When I search a term eg .Net , the solr searches for Net and not includes '.' Is dot a special character in Solr? I tried escaping it with backslash in the url call to solr, but no use same resultset, Also , is there a way to boost some terms