Re: Query by Example

2012-07-11 Thread Sohail Aboobaker
Thanks. That is what we concluded i.e. to write a wrapper method within our service to build the query for Solr by examining the example bean. Thanks again.

Query by Example

2012-07-10 Thread Sohail Aboobaker
Hi, Is there a way to search by providing an example document to solr? We would set the fields of the example document to desired filter and ask Solr to bring all documents that match this example document. For example, if our document contains itemnumber, title, sku, price etc. Is it possible to

Re: Query by Example

2012-07-10 Thread Sohail Aboobaker
Thanks, I will look into more like this. To answer your question, we were discussing interface for a central search service that all other components can call. We have to provide a set of parameters as interface which clients can set and ask for results. This would mean that name of each

Re: Query by Example

2012-07-10 Thread Gora Mohanty
On 11 July 2012 10:52, Sohail Aboobaker sabooba...@gmail.com wrote: Thanks, I will look into more like this. To answer your question, we were discussing interface for a central search service that all other components can call. We have to provide a set of parameters as interface which clients