Re: Solr query - response status

2016-07-22 Thread Shyam R
Thanks Shawn for your insight! On Fri, Jul 22, 2016 at 6:32 PM, Shawn Heisey wrote: > On 7/22/2016 12:41 AM, Shyam R wrote: > > I see that SOLR returns status value as 0 for successful searches > > org.apache.solr.core.SolrCore; [users_shadow_shard1_replica1] > > webapp=

Solr query - response status

2016-07-21 Thread Shyam R
All, I see that SOLR returns status value as 0 for successful searches org.apache.solr.core.SolrCore; [users_shadow_shard1_replica1] webapp=/solr path=/user/ping params={} status=0 QTime=0 I do see that the status come's back as 400 whenever the search is invalid ( invoking query with parameters

Re: Solr not working on new environment

2016-03-29 Thread Shyam R
Hi Jarus, Have you tried stopping the solr process and restarting the cluster again? Thanks Shyam On Tue, Mar 29, 2016 at 8:36 PM, Jarus Bosman wrote: > Hi, > > Introductions first (as I was taught): My name is Jarus Bosman, I am a > software developer from South Africa, doing development in J

Re: schemaless vs schema based core

2016-01-22 Thread Shyam R
I think, schema-less mode might allocate double instead of float, long instead of int to guard against overflow, which increases index size. Is my assumption valid? Thanks On Thu, Jan 21, 2016 at 10:48 PM, Erick Erickson wrote: > I guess it's all about whether schemaless really supports > 1>

Re: Stable Versions in Solr 4

2015-12-30 Thread Shyam R
I will always look around here for versions / new functionality or fixes / release notes https://issues.apache.org/jira/browse/SOLR/?selectedTab=com.atlassian.jira.jira-projects-plugin:changelog-panel Thanks On Thu, Dec 31, 2015 at 4:05 AM, Shawn Heisey wrote: > On 12/28/2015 5:12 AM, abhi Abh

Re: Replacing a document in Solr5

2015-12-20 Thread Shyam R
+1 On Sun, Dec 20, 2015 at 10:28 PM, Debraj Manna wrote: > Thanks Andrea for the detailed explanation. > On Dec 19, 2015 1:34 PM, "Andrea Gazzarini" wrote: > > > That has nothing to do with your topic: addField adds a new value for a > > given field in a SolrInputDocument, while setField replac

Re: Indexing PDF and MS Office files

2015-04-14 Thread Shyam R
Vijay, You could try different excel files with different formats to rule out the issue is with TIKA version being used. Thanks Murthy On Wed, Apr 15, 2015 at 9:35 AM, Terry Rhodes wrote: > Perhaps the PDF is protected and the content can not be extracted? > > i have an unverified suspicion th