RE: Steps for creating a custom query parser and search component

2013-06-20 Thread Swati Swoboda
them again? I would imagine that'd be a lot simpler than subclassing Solr classes. Swati -Original Message- From: Juha Haaga [mailto:juha.ha...@codenomicon.com] Sent: Thursday, June 20, 2013 9:33 AM To: solr-user@lucene.apache.org Subject: Steps for creating a custom query pa

Re: Steps for creating a custom query parser and search component

2013-06-20 Thread Jack Krupansky
ssage- From: Juha Haaga Sent: Thursday, June 20, 2013 9:32 AM To: solr-user@lucene.apache.org Subject: Steps for creating a custom query parser and search component Hello list followers, I need to write a custom Solr query parser and a search component. The requirements for the component are that th

Steps for creating a custom query parser and search component

2013-06-20 Thread Juha Haaga
Hello list followers, I need to write a custom Solr query parser and a search component. The requirements for the component are that the raw query that may need to be split into separate Solr queries is in a proprietary format encoded in JSON, and the output is also going to be in a similar pro