Lucene API

Hi,

Do I have direct access to the Lucene API in the elastic search (like
access Lucene Query or Document) ?

Thank you,
Olga

Only by writing plugins / extensions, depending on what exactly you want to
do. What one needs to think about when doing it, is how to expose it through
the API. elasticsearch is quite open, for example, to add a custom query by
building your own query parser, and then it is exposed through the API.

On Tue, Jul 26, 2011 at 10:16 AM, OlgaT tubmano@gmail.com wrote:

Hi,

Do I have direct access to the Lucene API in the Elasticsearch (like
access Lucene Query or Document) ?

Thank you,
Olga

Thanks.

On Tue, Jul 26, 2011 at 10:18 AM, Shay Banon
shay.banon@elasticsearch.comwrote:

Only by writing plugins / extensions, depending on what exactly you want to
do. What one needs to think about when doing it, is how to expose it through
the API. elasticsearch is quite open, for example, to add a custom query by
building your own query parser, and then it is exposed through the API.

On Tue, Jul 26, 2011 at 10:16 AM, OlgaT tubmano@gmail.com wrote:

Hi,

Do I have direct access to the Lucene API in the Elasticsearch (like
access Lucene Query or Document) ?

Thank you,
Olga