unsubscribe me.

2015-11-18 Thread Pramod
please unsubscribe me. Regards, YP

Re: MLT weird behaviour in Solrcloud

2014-07-01 Thread Pramod Negi
why there is no comma(,) in between textlanguage in title,textlanguage,caaskey On Wed, Jul 2, 2014 at 12:42 AM, Shamik Bandopadhyay wrote: > Hi, > > I'm trying to use "mlt" request handler in a Solrcloud cluster. > Apparently, its showing some weird behavior. I'm getting response randomly, >

stored=true vs stored=false, in terms of storage

2014-03-26 Thread Pramod Negi
debugQuery=true, so i can take the latency hit on debugQuery=true. Can i save all the information in a field with "indexed=false" and "stored=true". And how do normally DebugInformation is saved Regards, Pramod Negi

Re: Issue with copyField when updating document

2010-11-18 Thread Pramod Goyal
Hi, Forgot to mention solr version number: Solr Implementation Version: 2010-04-30_08-05-41 939580 - hudson - 2010-04-30 08:37:22 On Thu, Nov 18, 2010 at 10:50 PM, Pramod Goyal wrote: > I am using the solr admin to query the document. The returned document is > showing old values. >

Re: Issue with copyField when updating document

2010-11-18 Thread Pramod Goyal
remove the deleted document's terms. > > As Lance says, though, if you're displaying the document you > should not be seeing the original values. > > Best > Erick > > On Tue, Nov 16, 2010 at 11:50 PM, Pramod Goyal >wrote: > > > Hi, > > I

Issue with copyField when updating document

2010-11-16 Thread Pramod Goyal
Hi, I am facing a issue with copyFields in SOlr. Here is what i am doing Schema: I insert a document with say ID as 100 and product as sampleproduct. When i view the document in the solr admin page i see the correct value for the product_copy field ( same as the prodcut fi

Help with schema design

2010-07-28 Thread Pramod Goyal
Hi, I have a use case where i get a document and a list of events that has happened on the document. For example First document: Some text content Events: Event TypeEvent By Event Time Update Pramod 06062010 2:30:00 Update Raj 06062010 2:30:00

Updating fields in Solr

2010-07-26 Thread Pramod Goyal
Hi, I have a requirement where i need to keep updating certain fields in the schema. My requirement is to change some of the fields or add some values to a field ( multi-value field ). I understand that i can use Solr update for this. If i am using Solr update do i need to publish the entire

Re: help with a schema design problem

2010-07-23 Thread Pramod Goyal
In my case the document id is the unique key( each row is not a unique document ) . So a single document has multiple Party Value and Party Type. Hence i need to define both Party value and Party type as mutli-valued. Is there any way in solr to say p_value[someIndex]="pramod"

Re: help with a schema design problem

2010-07-23 Thread Pramod Goyal
I want to do that. But if i understand correctly in solr it would store the field like this: p_value: "Pramod" "Raj" p_type: "Client" "Supplier" When i search p_value:"Pramod" AND p_type:"Supplier" it would give me result as doc

help with a schema design problem

2010-07-23 Thread Pramod Goyal
Hi, Lets say i have table with 3 columns document id Party Value and Party Type. In this table i have 3 rows. 1st row Document id: 1 Party Value: Pramod Party Type: Client. 2nd row: Document id: 1 Party Value: Raj Party Type: Supplier. 3rd row Document id:2 Party Value: Pramod Party Type