Re: questions about transformers

2009-03-29 Thread Noble Paul നോബിള്‍ नोब्ळ्
A transformer is the best bet. See here for more details http://wiki.apache.org/solr/DIHCustomTransformer A custom Transformer can get hold of a DataSource using Context#getDataSource() and run a query. dataSource.getData() would return an Iterator> , here each map is a row of data . In the Map,

Re: solrReplication solr1.4 slave is slower during replication

2009-03-29 Thread Noble Paul നോബിള്‍ नोब्ळ्
The download of index happens in a separate dedicated thread thread. While it is downloading the index , the other Indexsearcher is not affected. just that the disk utilization maybe high. The perf study conducted by us did not show any problem http://wiki.apache.org/solr/SolrReplication --Noble

questions about transformers

2009-03-29 Thread antonio_eggberg
Hi: Not sure how to solve this... I have a XML source and 1 table in a db. A specific filed in the XML source has the following and in the table I have, id, name, group (group multivalued in solr term) What I like to do is every time i find name = "John Doe" in the XML source, I like to a

Re: [Newbie]How to influante Revelance in Solr ?

2009-03-29 Thread Ryan McKinley
On Mar 29, 2009, at 8:42 AM, Shalin Shekhar Mangar wrote: On Sun, Mar 29, 2009 at 4:57 PM, aerox7 wrote: I want to get results orderd by keyword matching (score) and popularity. When i tryed somthing like this : q=hp&sort=popularity desc, score desc I get Hp printer, hp laptop and hp

NullPointerException while performing Merge

2009-03-29 Thread Sameer Maggon
In our application, we are getting NullPointerExceptions very frequently. It seems like it's happening during the merge operation (commit). There are no exceptions while adding documents to Solr. We are using Solr 1.3.0. I looked around the mailing list, and found that there is a JIRA issue opened

solrReplication solr1.4 slave is slower during replication

2009-03-29 Thread sunnyfr
Hi I would like to know if you leave your slave allowed for searching during a replication. Everytime a replication is applied ... poll is enable, and start to bring back files, my slave have a very batim perf, and can take 5sec to bring back the result, as soon it's done everything is back prop

Re: [Newbie]How to influante Revelance in Solr ?

2009-03-29 Thread Shalin Shekhar Mangar
On Sun, Mar 29, 2009 at 4:57 PM, aerox7 wrote: > > I want to get results orderd by keyword matching (score) and popularity. > > When i tryed somthing like this : q=hp&sort=popularity desc, score desc > I get Hp printer, hp laptop and hp jet, so it works ! But when i try to > search hp jet (q=hp j

Re: [Newbie]How to influante Revelance in Solr ?

2009-03-29 Thread Alexander Ramos Jardim
2009/3/29 aerox7 > > Hi, > I have an index that contain pname (text), pdescription (text) and > popularity(sinteger). > > My index contain this docs : > > pname : hp printer > pdescription : hp printer C 330 blabla > popularity : 20 > --- > pname : hp laptop > pdescription : hp laptop X125 Bl

[Newbie]How to influante Revelance in Solr ?

2009-03-29 Thread aerox7
Hi, I have an index that contain pname (text), pdescription (text) and popularity(sinteger). My index contain this docs : pname : hp printer pdescription : hp printer C 330 blabla popularity : 20 --- pname : hp laptop pdescription : hp laptop X125 Blabala... popularity : 10 --- pname : hp je