Re: Query by Example

2012-07-10 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.

Re: Query by Example

2012-07-10 Thread Gora Mohanty
On 11 July 2012 10:52, Sohail Aboobaker 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 > can set and a

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 parameter

Re: Query by Example

2012-07-10 Thread Gora Mohanty
On 11 July 2012 10:40, Sohail Aboobaker wrote: > 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 con