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
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,
> >
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
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
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
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
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
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:
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
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
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:
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
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:
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
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
> 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
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
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
> -
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
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,
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 (
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
22 matches
Mail list logo