using solr. Any example of configuration ?

3 messages Options
Embed this post
Permalink
Jean-Michel FRANCOIS () using solr. Any example of configuration ?
Reply Threaded More More options
Print post
Permalink
Hi,

I have setup a solr in a tmp directory. Ubuntu package just do not works
at all, so setup by hand was easy (just download solr).

Now just do a simple plone3_buildout with collective.solr eggs + zcml
slug + a part called solr:

[solr]
recipe = collective.recipe.solrinstance
solr-location = /home/toutpt/tmp/solr
host = localhost
port = 8983
basepath = /solr
index =
     name:UID type:string indexed:true stored:true required:true
     name:SearchableText type:text indexed:true stored:true
unique-key = UID

Every things seems working. I have quickinstall collective.indexing and
collective.solr. I can edit a document, I see solr logs activities.

But when I try to search for a document I just don't have one result.

Is someone has any default configuration for a base Plone setup ?

--
Cordialement,
Jean-Michel FRANCOIS
Makina-Corpus



_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup
Jean-Michel FRANCOIS () Re: using solr. Any example of configuration ?
Reply Threaded More More options
Print post
Permalink
Jean-Michel FRANCOIS a écrit :

> Hi,
>
> I have setup a solr in a tmp directory. Ubuntu package just do not
> works at all, so setup by hand was easy (just download solr).
>
> Now just do a simple plone3_buildout with collective.solr eggs + zcml
> slug + a part called solr:
>
> [solr]
> recipe = collective.recipe.solrinstance
> solr-location = /home/toutpt/tmp/solr
> host = localhost
> port = 8983
> basepath = /solr
> index =
>     name:UID type:string indexed:true stored:true required:true
>     name:SearchableText type:text indexed:true stored:true
> unique-key = UID
>
> Every things seems working. I have quickinstall collective.indexing
> and collective.solr. I can edit a document, I see solr logs activities.
>
> But when I try to search for a document I just don't have one result.
>
> Is someone has any default configuration for a base Plone setup ?
>
Founded sorry: http://svn.plone.org/svn/collective/collective.solr/trunk/

--
Cordialement,
Jean-Michel FRANCOIS
Makina-Corpus



_______________________________________________
Setup mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/setup
Fred Toth () Re: using solr. Any example of configuration ?
Reply Threaded More More options
Print post
Permalink
Hi,

Does this mean that you've used the collective.solr trunk instead of the released version?
I have a similar problem. I have Plone and Solr talking, but the documents being posted to Solr have no content and the queries coming from Plone are empty.

I'm not sure where to go next.

Thanks,

Fred