Hi,
I have the following scenario:
- there are 2 machines running solr 4.8.1
- there are different time zones on both machines
- the clock is not synchronized on both machines
Autorefresh query running each X-2 seconds should return documents for last
X seconds and the performance impac
Hi all,
Did anyone have a chance to look at the code?
It's attached here: https://issues.apache.org/jira/browse/SOLR-5023.
Thank you very much.
Lyuba
oad(false);
> ((ModifiableSolrParams) req.getParams()).set("deleteInstanceDir", true);
> req.process(server);
>
> On Thu, Jul 4, 2013 at 12:50 PM, Lyuba Romanchuk
> wrote:
> > Hi,
> >
> > I need to unload core with deleting instance directory of the core.
&
Hi,
I need to unload core with deleting instance directory of the core.
According to code of Solr4.2 I don't see the support for this parameter in
solrj.
Is there the fix or open issue for this?
Best regards,
Lyuba
RA and assign it to me to
> investigate? You should definitely be able to define cores this way.
>
> Thanks,
> Erick
>
> On Sun, May 19, 2013 at 9:27 AM, Lyuba Romanchuk
> wrote:
> > Hi,
> >
> > It seems like in order to query transient cores they must be de
Hi,
It seems like in order to query transient cores they must be defined with
loadOnStartup="false".
I define one core loadOnStartup="true" and transient="false", and another
cores to be loadOnStartup="true" and transient="true", and
transientCacheSize=Integer.MAX_VALUE.
In this case CoreContai
r the response
> to be returned, or use rows=0.
>
> The timeAllowed feature is very misleading. It only applies to a small
> portion of the query (which in my experience is usually not the part of the
> query that is actually slow). Do not depend on timeAllowed doing anything
>
Hi,
I have index ~31G where
27% of the index size is .fdt files (8.5G)
20% - .fdx files (6.2G)
37% - .frq files (11.6G)
16% - .tim files (5G)
I didn't manage to find the description for .tim files. Can you help me
with this?
Thank you.
Best regards,
Lyuba
ed to try to do soft commit after adding documents with "not-main"
type from code. I searched in wiki documents
but found only commit without parameters and commit with parameters that
don't seem to be what I need.
Best regards,
Lyuba
*
*
*
*
On Thu, Apr 12, 2012 at 6:55 PM, Mark
Hi,
I need to configure the solr so that the opened searcher will see a new
document immidiately after it was adding to the index.
And I don't want to perform commit each time a new document is added.
I tried to configure maxDocs=1 under autoSoftCommit in solrconfig.xml but
it didn't help.
Is
Hi All,
Is there way to perform soft commit from code in Solr 4.0 ?
Is it possible only from solrconfig.xml through enabling autoSoftCommit
with maxDocs and/or maxTime attributes?
Thank you in advance.
Best regards,
Lyuba
AM, Lyuba Romanchuk
> wrote:
> > I test facets and stats in Solr 3.5 and I see that queries are running a
> > lot slower during inserts into index with more than 15M documents .
>
> Are you also doing commits (or have autocommit enabled)?
> The first time a facet command
Hi,
I test facets and stats in Solr 3.5 and I see that queries are running a
lot slower during inserts into index with more than 15M documents .
If I stop to insert new documents facet/stats queries run 10-1000 times
faster than with concurrent inserts.
I don't see this degradation in Lucene.
Cou
13 matches
Mail list logo