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,
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
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
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
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
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
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
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
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