Query regarding solr input from queue

2015-04-10 Thread vishal dsouza
Hey, I want to change the coding of solr such that using directhandler2, solr would automatically and constantly accept inputs from external source that i provide which will be similar to a queue. What are the dependencies i.e. other classes or methods that I may impact. If someone could help me

Re: Enrich search results with external data

2015-04-10 Thread Ahmet Arslan
Hi, Who don't you include/add/index those additional fields, at least the one used in sorting? Also, you may find https://stanbol.apache.org/docs/trunk/components/enhancer/ relevant. Ahmet On Saturday, April 11, 2015 1:04 AM, "ha.p...@arvatosystems.com" wrote: This ticket seems to address

RE: Enrich search results with external data

2015-04-10 Thread ha.pham
This ticket seems to address the problem I have https://issues.apache.org/jira/browse/SOLR-1566 and as the result of that ticket, DocTransformer is added since Solr 4.0. I wrote a simple DocTransformer and found that the transformer is executed AFTER pagination. In our application, we need th

RE: multivalued fields or multiple fields?

2015-04-10 Thread ha.pham
We are also evaluating an option in which each document has 600K fields (scalable tested with 1M fields). Index/reindex/query performance is acceptable (~2.5h to index 130K docs using 1 machine, query time <20ms), however atomic update took lots of memory and time. Hope can help. -Ha Pham ---

Re: Negatives of binding multiple ports in jetty.xml?

2015-04-10 Thread Upayavira
Why do you want to do this? Bear in mind that over time, the fact that Solr uses Jetty will become more and more of an implementation detail, and not something you are expected to interact with, so it might work, but that doesn’t mean it will work with all future versions. Upayavira On Fri, Apr