Thank you!
On Fri, Apr 6, 2018 at 10:34 PM, Chris Hostetter
wrote:
>
> : In my Solr 6.6 based code, I have the following line that get the total
> : number of documents in a collection:
> :
> : totalDocs=indexSearcher.getStatistics().get("numDocs"))
> ...
> : With Solr 7.2.1, 'getStatist
Hi all
In my Solr 6.6 based code, I have the following line that get the total
number of documents in a collection:
totalDocs=indexSearcher.getStatistics().get("numDocs"))
where indexSearcher is an instance of "SolrIndexSearcher".
With Solr 7.2.1, 'getStatistics' is no longer available, and it
dworks.com
On Aug 2, 2016, at 12:03 PM, Ziqi Zhang
wrote:
Hi, I am using Solr, Solrj 6.1, and Maven to manage my project. I use
maven to build a jar-with-dependency and run a java program pointing its
classpath to this jar. However I keep getting errors even when I just try
to create
Hi, I am using Solr, Solrj 6.1, and Maven to manage my project. I use
maven to build a jar-with-dependency and run a java program pointing its
classpath to this jar. However I keep getting errors even when I just
try to create an instance of EmbeddedSolrServer:
*/code/
*String
Hi all
I am having a strange error whenever I close my index (calling server.close()
The error is shown below. I am not sure where I should look - the configuration
file? The code? Or index fragments? Or else? The code causing the error is very
simple, just the “close()” method.
Many thanks!
Hi
I am trying to pin-point a mismatch between the offsets produced by solr
indexing process when I use the offsets to substring from the original
document content. It seems that if the text content contains "\r"
(windows carriage sign), solr automatically removes it, so "ok\r\nthis
is the te
Thank you so much! I will look into firstSearcher configuration next! thanks
--
From: "Chris Hostetter" <[EMAIL PROTECTED]>
Sent: Wednesday, February 06, 2008 8:56 PM
To:
Subject: Re: how to improve concurrent request performance and stress
testin
eneck. What that point is depends on the hardware, index size, query
complexity and rat, even JVM.
Otis
--
Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch
- Original Message
From: Ziqi Zhang <[EMAIL PROTECTED]>
To: solr-user@lucene.apache.org
Sent: Wednesday, February
!
--
From: "Yonik Seeley" <[EMAIL PROTECTED]>
Sent: Wednesday, February 06, 2008 7:50 AM
To:
Subject: Re: how to improve concurrent request performance and stress
testing
On Feb 6, 2008 6:37 PM, Ziqi Zhang <[EMAIL PROTECTED]> wrote:
I still do not unde
Thanks Yonik,
It uses a thread per request, simultaneously (up to any limit
configured by the app server)
How can I change this setting then? I suppose it is to do with Jetty or
Tomcat whichever hosts solr application, not through the solrconfig?
I still do not understand why sending 100 r
10 matches
Mail list logo