Performance Issue in Streaming Expressions

2017-06-01 Thread thiaga rajan
We are working on a proposal and feeling streaming API along with export handler will best fit for our usecases. We are already of having a structure in solr in which we are using graph queries to produce hierarchical structure. Now from the structure we need to join couple of more collections.

Joins using graph queries - solr 6.0

2017-05-21 Thread thiaga rajan
Hi - We are having a tree based structure in solr and we are using solr graph queries to perform some search in our usecases. Example - {! graph from=xx to=yy} we got a new requirement like we need to search last level nodes based on some parents in the tree and those last level nodes needs to

Traversal Filter in Graphical Query parser

2016-06-13 Thread thiaga rajan
Hi - I am using graphical query parser that was introduced in Solr 6. On the traversal filter, i have provided conditions on one of the field and it is working fine. But i was not able to provide conditions on multiple fields. Please find the below query.  Working - {!graph

Fw: Select distinct multiple fields

2016-05-19 Thread thiaga rajan
calls. Joel Bernsteinhttp://joelsolr.blogspot.com/ On Thu, May 19, 2016 at 12:41 PM, thiaga rajan <ecethiagu2...@yahoo.co.in.invalid> wrote: Hi Team - I have seen select distinct multiple fields is not possible in Solr and i have seen suggestions coming up on faceting and grouping. I have some quest

Select distinct multiple fields

2016-05-19 Thread thiaga rajan
Hi Team - I have seen select distinct multiple fields is not possible in Solr and i have seen suggestions coming up on faceting and grouping. I have some questions. Is there any with any kind of plugins/custom implementation we can achieve the same 1. Using any plugin or through custom

Hierarchial Support - Solr

2016-05-18 Thread thiaga rajan
Hi Team,    We are exploring solr for one of our project as a search engine. It was a really a great tool around indexing and response time. While we are exploring we got the below questions and understandings. Kindly confirm the same.  We are actually trying to implement the search engine