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
View Rahul 07062010 1:30:00
I would like to support queries like get all document Event Type = ? and
Event time greater than ? , also query like get all the documents Updated
by Pramod.
How should i design my schema to support this use case.
Thanks,
Regards,
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
nd you get a correct
> combination of p_value and p_type.
>
> However, this may not go so well with other use-cases you have in mind,
> e.g.: requiring that no multiple results are returned with the same
> document
> id.
>
>
>
> 2010/7/23 Pramod Goyal
>
> > I wa
ument 1. Which is incorrect, since in document
1 Pramod is a Client and not a Supplier.
On Fri, Jul 23, 2010 at 11:52 PM, Nagelberg, Kallin <
knagelb...@globeandmail.com> wrote:
> I think you just want something like:
>
> p_value:"Pramod" AND p_type:"Supplier"
&g
+Supplier then solr will return me the first
document, even though in the first document Pramod is a client and not a
supplier
Thanks,
Pramod Goyal