Re: Can solr index folder can be moved from one system to another?

2012-03-22 Thread olivier sallou
The index is not directory related, there is no path information in the index. You can create an index then move it anywhere (or merge it with an other one). I often do this, there is no issue. Olivier 2012/3/22 ravicv > Hi Tomás, > > I can not use Solr replcation in my scenario. My requiremen

Re: solr distributed search don't work

2011-09-01 Thread olivier sallou
explicit enum 1 10 192.168.1.6/solr/,192.168.1.7/solr/ 2011/8/19 Li Li > could you please show me your configuration in solrconfig.xml? > > On Fri, Aug 19, 2011 at 5:31 PM, olivier sallou > wrote: > > Hi, > >

Re: solr distributed search don't work

2011-08-19 Thread olivier sallou
Hi, I do not use spell but I use distributed search, using qt=spell is correct, should not use qt=\spell. For "shards", I specify it in solrconfig directly, not in url, but should work the same. Maybe an issue in your spell request handler. 2011/8/19 Li Li > hi all, > I follow the wiki http

Re: lucene 3 and merge/optimize

2011-08-18 Thread olivier sallou
answer to myself, to be checked... I used policy.setMaxMergeDocs(10), limiting to small number of filesat least for merge. I gonna test. 2011/8/18 olivier sallou > Hi, > after an upgrade to solr/lucene 3, I tried to change the code to remove > deprecated functions T

lucene 3 and merge/optimize

2011-08-18 Thread olivier sallou
Hi, after an upgrade to solr/lucene 3, I tried to change the code to remove deprecated functions Though new MergePolicy etc... are not really clear. I have now issues with the merge and optimize functions. I have a command line application (Java/Lucene api) that merge multiple indexes in a s

SOlr upgrade: Invalid version (expected 2, but 1) error when using shards

2011-08-16 Thread olivier sallou
Hi, I just migrated to solr 3.3 from 1.4.1. My index is still in 1.4.1 format (will be migrated soon). I have an error when I use sharding with the new version: org.apache.solr.common.SolrException: java.lang.RuntimeException: Invalid version (expected 2, but 1) or the data in not in 'javabin' fo

Re: how to request for Json object

2011-06-02 Thread olivier sallou
ajax does not allow request to an other domain. Only sway, unless using server side requests, is going through a proxy that would hide the host origin so that ajax request think both servers are the same 2011/6/2 Romi > How to parse Json through ajax when your ajax pager is on one > server(Tomca

Re: dismax request handler without q

2010-07-20 Thread olivier sallou
show you. I'm a little confused when reading > > http://wiki.apache.org/solr/DisMaxRequestHandler#q. I think q is for > plain > > user input query. > > > > > > On Tue, Jul 20, 2010 at 12:08 PM, olivier sallou < > olivier.sal...@gmail.com > > > wrote:

Re: dismax request handler without q

2010-07-19 Thread olivier sallou
Hi, this is not very clear, if you need to query only keyphrase, why don't you query directly it? e.g. q=keyphrase:hotel ? Furthermore, why dismax if only keyphrase field is of interest? dismax is used to query multiple fields automatically. At least dismax do not appear in your query (using query

How to get the list of all available fields in a (sharded) index

2010-07-19 Thread olivier sallou
Hi, I cannot find any info on how to get the list of current fields in an index (possibly sharded). With dynamic fields, I cannot simply parse the schema to know what field are available. Is there any way to get it via a request (or easilly programmable) ? I know information is available in one of

Re: Faceted search outofmemory

2010-06-29 Thread olivier sallou
2010/6/29 Nagelberg, Kallin > How much memory have you given the solr jvm? Many servlet containers have > small amount by default. > > -Kal > > -Original Message- > From: olivier sallou [mailto:olivier.sal...@gmail.com] > Sent: Tuesday, June 29, 2010 2:04 PM > To:

Re: Re: Faceted search outofmemory

2010-06-29 Thread olivier sallou
ttp://wiki.apache.org/solr/SimpleFacetParameters#facet.limit > > -Original message- > From: olivier sallou > Sent: Tue 29-06-2010 20:11 > To: solr-user@lucene.apache.org; > Subject: Re: Faceted search outofmemory > > How do make paging over facets? > > 2010/6/29 A

Re: Faceted search outofmemory

2010-06-29 Thread olivier sallou
How do make paging over facets? 2010/6/29 Ankit Bhatnagar > > Did you trying paging them? > > > -Original Message- > From: olivier sallou [mailto:olivier.sal...@gmail.com] > Sent: Tuesday, June 29, 2010 2:04 PM > To: solr-user@lucene.apache.org > Subject:

Faceted search outofmemory

2010-06-29 Thread olivier sallou
Hi, I try to make a faceted search on a very large index (around 200GB with 200M doc). I have an out of memory error. With no facet it works fine. There are quite many questions around this but I could not find the answer. How can we know the required memory when facets are used so that I try to s

Re: Need help on Solr Cell usage with specific Tika parser

2010-06-15 Thread olivier sallou
Thanks, moving it to direcxt child worked. Olivier 2010/6/14 Chris Hostetter > > : In solrconfig, in update/extract requesthandler I specified : name="tika.config">./tika-config.xml , where tika-config.xml is in > : conf directory (same as solrconfig). > > can you show us the full requestHandl

Re: Need help on Solr Cell usage with specific Tika parser

2010-06-14 Thread olivier sallou
> Hi Olivier, > > Are you setting the mime type explicitly via the stream.type parameter? > > -- Ken > > > On Jun 14, 2010, at 9:14am, olivier sallou wrote: > > Hi, >> I use Solr Cell to send specific content files. I developped a dedicated >> Parser for sp

Need help on Solr Cell usage with specific Tika parser

2010-06-14 Thread olivier sallou
Hi, I use Solr Cell to send specific content files. I developped a dedicated Parser for specific mime types. However I cannot get Solr accepting my new mime types. In solrconfig, in update/extract requesthandler I specified ./tika-config.xml , where tika-config.xml is in conf directory (same as so

Re: solr itas

2010-06-11 Thread olivier sallou
did you update solrconfig.xml to add /itas query handler? 2010/6/11 > Hi, > > When I type http://127.0.0.1:8080/solr/itas > > I receive this result in the webpage instead of html page. Does anyone > know the reason and/or suggestion to fix it. > > > - > - > 0 > 62 > > - > - > 1.0 > -

Re: newbie question on how to batch commit documents

2010-06-01 Thread olivier sallou
I would additionally suggest to use embeddedSolrServer for large uploads if possible, performance are better. 2010/5/31 Steve Kuo > I have a newbie question on what is the best way to batch add/commit a > large > collection of document data via solrj. My first attempt was to write a > multi-th

Re: Solr 1.4 query fails against all fields, but succeed if field is specified.

2010-05-31 Thread olivier sallou
but works in all cases... In my schema I have: Some other fields are "lowercase" or "int" types. Regards 2010/5/31 Michael Kuhlmann > Am 31.05.2010 12:36, schrieb olivier sallou: > > Is there any way to query all fields including dynamic ones? > > Yes,

Re: Solr 1.4 query fails against all fields, but succeed if field is specified.

2010-05-31 Thread olivier sallou
heir names). Is there any way to query all fields including dynamic ones? thanks Olivier 2010/5/31 Michael Kuhlmann > Am 31.05.2010 11:50, schrieb olivier sallou: > > Hi, > > I have created in index with several fields. > > If I query my index in the admin section of solr (

Solr 1.4 query fails against all fields, but succeed if field is specified.

2010-05-31 Thread olivier sallou
Hi, I have created in index with several fields. If I query my index in the admin section of solr (or via http request), I get results for my search if I specify the requested field: Query: note:Aspergillus (look for "Aspergillus" in field "note") However, if I query the same word against all fi