unsubscribe
On Sat, Dec 15, 2012 at 2:34 AM, Jorge Luis Betancourt Gonzalez <
jlbetanco...@uci.cu> wrote:
> Hi all:
>
> I'm trying to build a query suggestion system using solr (also used to
> index all the data in the app). I've a separated core dedicated only for
> this purpose (along with som
aje original -
> De: "Upayavira"
> Para: solr-user@lucene.apache.org
> Enviados: Sábado, 15 de Diciembre 2012 12:37:11
> Asunto: Re: Dedup component
>
> Nope, it is a Solr 4.0 thing. In order for it to work, you need to store
> every field, as what it does behind
Exist any similar approach that I could use in solr 3.6.1 or should I add this
logic to my application?
- Mensaje original -
De: "Upayavira"
Para: solr-user@lucene.apache.org
Enviados: Sábado, 15 de Diciembre 2012 12:37:11
Asunto: Re: Dedup component
Nope, it is a Solr 4.0
:
> Is this updatable fields available in Solr 3.6.1, is the one I'm using
> right now.
>
> - Mensaje original -
> De: "Upayavira"
> Para: solr-user@lucene.apache.org
> Enviados: Sábado, 15 de Diciembre 2012 7:56:45
> Asunto: Re: Dedup component
>
Is this updatable fields available in Solr 3.6.1, is the one I'm using right
now.
- Mensaje original -
De: "Upayavira"
Para: solr-user@lucene.apache.org
Enviados: Sábado, 15 de Diciembre 2012 7:56:45
Asunto: Re: Dedup component
Make the ID field out of the query text so
Make the ID field out of the query text so you don't have to use the
dedup component, then use the updatable fields functionality in Solr
4.0:
$ curl http://localhost:8983/solr/update -H
'Content-type:application/json' -d '
[
{"id": "book1",
"copies_i" : { "inc" : 1},
"cat" : {