Phrase search error

2011-10-15 Thread Jason, Kim
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

Re: Combine XML data with DIH

2011-10-15 Thread O. Klein
O. Klein wrote: I have folder with XML files 1.xml contains: idhttp://www.site.com/1.html/id contentblacontent/content 2.xml contains: idhttp://www.site.com/1.html/id titleblatitlelt;//titlegt; I want to create document in Solr: idhttp://www.site.com/1.html/id

Re: Phrase search error

2011-10-15 Thread lboutros
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:

Re: Phrase search error

2011-10-15 Thread Jason, Kim
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.

Multi CPU Cores

2011-10-15 Thread Rob Brown
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

Re: Multiple search analyzers on the same field type possible?

2011-10-15 Thread Erick Erickson
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 scanner...@yahoo.co.uk wrote: I've spent today writing my own SynonymFilter and SynonymFilterFactory. And it works! I've followed Erick's advice and pre-

Re: Multi CPU Cores

2011-10-15 Thread Chris Hostetter
: 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

Re: multiple document types in a core

2011-10-15 Thread Chris Hostetter
: 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

RE: Getting facet counts for 10,000 most relevant hits

2011-10-15 Thread Chris Hostetter
: 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

Re: java script as query term executes in browser

2011-10-15 Thread Chris Hostetter
: 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

Multi CPU Cores

2011-10-15 Thread Rob Brown
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 Runtime

Re: Multi CPU Cores

2011-10-15 Thread Johannes Goll
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 r...@intelcompute.com wrote: Hi, I'm running Solr on a machine with 16 CPU cores, yet watching top

Re: Performance issue: Frange with geodist()

2011-10-15 Thread Bill Bell
I added a Jira issue for this: https://issues.apache.org/jira/browse/SOLR-2840 On 10/13/11 8:15 AM, Yonik Seeley yo...@lucidimagination.com wrote: On Thu, Oct 13, 2011 at 9:55 AM, Mikhail Khludnev mkhlud...@griddynamics.com wrote: is it possible with geofilt and facet.query?

Re: Multi CPU Cores

2011-10-15 Thread Otis Gospodnetic
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