Re: Why does PayloadTermWeight explanation hide the scorePayload Explanation?

2012-07-21 Thread Lance Norskog
Payloads are not used much, so it is not surprising there is a hole in a side feature. Please file a bug. Better yet, file a patch! On Fri, Jul 20, 2012 at 9:13 AM, Scott Smerchek wrote: > I'm using the PayloadTermQuery and scoring documents using a custom > algorithm based on the payloads of the

Re: RE: How to setup SimpleFSDirectoryFactory

2012-07-21 Thread Lance Norskog
Interesting. Which version of Solr is this? What happens if you do a commit? On Sat, Jul 21, 2012 at 8:01 AM, geetha anjali wrote: > Hi uwe, > Great to know. We have files indexing 1/min. After 30 mins I see all > my physical memory say its 100 percentage used(windows). On deep > investigatio

Index relational XML with DataImportHandler

2012-07-21 Thread Tobias Berg
Hi, I'm trying to index a set of stores and their articles. I have two XML-files, one that contains the data of the stores and one that contains articles for each store. I'm using DIH with XPathEntityProcessor to process the file containing the store, and using a nested entity I try to get all art

RE: Solr grouping / facet query

2012-07-21 Thread s215903406
Thanks for the reply Robi. The key idea is to "search for authors" including text in their bio and any authored titles then display any relevant titles next to the author's name. Currently, the only way to do this is index by title and include the bio data in each document then group by author. Thi

Re: errors after update from 3.4 to 3.6

2012-07-21 Thread Xue-Feng Yang
Resolved by setting batchSize to -1. See http://wiki.apache.org/solr/DataImportHandler#Configuring_JdbcDataSource From: Xue-Feng Yang To: "solr-user@lucene.apache.org" Sent: Saturday, July 21, 2012 9:54:40 AM Subject: errors after update from 3.4 to 3.6 Hi

Re: How to Increase the number of connexion on Solr/Tomcat6?

2012-07-21 Thread Michael Della Bitta
Yeah, that's Tomcat's memory leak detector. Technically that's a memory leak, but in practice it won't really amount to much. I'm surprised there are no errors related to your empty response problem in the logs. That is strange, and might point to a problem with your Tomcat install. Perhaps your i

Re: RE: How to setup SimpleFSDirectoryFactory

2012-07-21 Thread geetha anjali
Hi uwe, Great to know. We have files indexing 1/min. After 30 mins I see all my physical memory say its 100 percentage used(windows). On deep investigation found that mmap is not releasing os files handles. Do you find this behaviour? Thanks On 20 Jul 2012 14:04, "Uwe Schindler" wrote: Hi B

errors after update from 3.4 to 3.6

2012-07-21 Thread Xue-Feng Yang
Hi all, I have a DIH which works for solr 3.4 but not for 3.6. I test that the SQL which works in MySQL console. The following errors are copied from DataImportHandler Development Console. Does anyone know the reason for those errors? Thanks, Xuefeng ///

Re: ICUCollation throws exception

2012-07-21 Thread Robert Muir
It looks to me like a misconfiguration in your schema, as if you have specified ICUCollation*Field* as an Analyzer? Can you check the configuration of 'alphaOnlySort' and tell me what it is? On Sat, Jul 21, 2012 at 4:53 AM, Günter Hipler wrote: > Hi Robert, > > instead of my colleague, he is cur

Re: ICUCollation throws exception

2012-07-21 Thread Günter Hipler
Hi Robert, instead of my colleague, he is currently away. Subsequently you will see the entire log. Oliver told me the problem and I had the impression that something necessary for initialisation is missing. I "googled" a little bit and found a patch you have done https://issues.apache.org/jira/se