Hello Rob,
Well, you didn't say how many concurrent requests are happening there. It
looks like just 1. Can it be?
Otis
Sematext :: http://sematext.com/ :: Solr - Lucene - Nutch
Lucene ecosystem search :: http://search-lucene.com/
>
>From: Rob Brown
>To:
I added a Jira issue for this:
https://issues.apache.org/jira/browse/SOLR-2840
On 10/13/11 8:15 AM, "Yonik Seeley" wrote:
>On Thu, Oct 13, 2011 at 9:55 AM, Mikhail Khludnev
> wrote:
>> is it possible with geofilt and facet.query?
>>
>> facet.query={!geofilt pt=45.15,-93.85 sfield=store d=5}
>
Did you try to submit multiple search requests in parallel? The apache ab tool
is great tool to simulate simultaneous load using (-n and -c).
Johannes
On Oct 15, 2011, at 7:32 PM, Rob Brown wrote:
> Hi,
>
> I'm running Solr on a machine with 16 CPU cores, yet watching "top"
> shows that java i
Hi,
I'm running Solr on a machine with 16 CPU cores, yet watching "top"
shows that java is only apparently using 1 and maxing it out.
Is there anything that can be done to take advantage of more CPU cores?
Solr 3.4 under Tomcat
[root@solr01 ~]# java -version
java version "1.6.0_20"
OpenJDK Runt
: If u give something like this in query string
: q="'>
:
: then output from solr actually runs the script in browser. Can we avoid
: printing back the query sent in error handler?
you need to provide more details for anyone to have any idea what you are
talking about.
waht is the request URL
: I didn't realize how much more complicated this gets with distributed
: search. Do you think it's worth opening a JIRA issue for this?
features are always worth opening jiras for if you have ideas related to
those features to add as comments (or a patch)
by all means open a jira and put whate
: Basically we can search hotels using city attributes but to display
: city data for a chosen hotel we would search for that city document to
: retrieve values.
:
: Do we gain anything here ? Basically would the city fields associated
: with hotels be stored and repeated 74500 less times or are
: Subject: Multi CPU Cores
: In-Reply-To: <1318672302307-3423799.p...@n3.nabble.com>
: References: <1318672302307-3423799.p...@n3.nabble.com>
http://people.apache.org/~hossman/#threadhijack
Thread Hijacking on Mailing Lists
When starting a new discussion on a mailing list, please do not reply to
Excellent! Can you consider contributing this back? This
is not an unheard-of request.
Erick
On Fri, Oct 14, 2011 at 5:45 PM, Victor wrote:
> I've spent today writing my own SynonymFilter and SynonymFilterFactory. And
> it works!
>
> I've followed Erick's advice and pre- and postfixed all th
Hi,
I'm running Solr on a machine with 16 CPU cores, yet watching "top" shows that
java is only apparently using 1 and maxing it out.
Is there anything that can be done to take advantage of more CPU cores?
Solr 3.4 under Tomcat
[root@solr01 ~]# java -version
java version "1.6.0_20"
OpenJDK Run
Hi, Ludovic
That's just what I'm looking for.
You're been a big help.
Thank you so much.
Jason.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Phrase-search-error-tp3423799p3423916.html
Sent from the Solr - User mailing list archive at Nabble.com.
Hi Jason,
you could add this filter to the end of your analyzer :
http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters#solr.PositionFilterFactory
That should solve your problem.
Ludovic.
-
Jouve
France.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Phrase-sear
O. Klein wrote:
>
> I have folder with XML files
>
> 1.xml contains:
> http://www.site.com/1.html
> blacontent
>
> 2.xml contains:
> http://www.site.com/1.html
> blatitle/title>
>
> I want to create document in Solr:
>
> http://www.site.com/1.html
> blacontent
> blatitle/title>
>
>
I
Hi, all
When I queried a phrase search "test mp3", I got some error below.
I think that the problem is because of WordDelimiterFilter.
In WordDelimiterFilter 'mp3' is splited pos1:mp, pos2:(3, mp3).
In such a case, the positions of subword and catenateword are incremented.
If this is not phrase se
14 matches
Mail list logo