please unsubscribe me.
Regards,
YP
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,
>
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
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.
>
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
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
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
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
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"
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
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
11 matches
Mail list logo