jurismarches / luqum

A lucene query parser generating ElasticSearch queries and more !
Other
188 stars 40 forks source link

Visitor example #77

Closed thierrydecker closed 1 year ago

thierrydecker commented 2 years ago

Is there any example of a tree visitor implmentation subclassing TreeVisitor base class ?

Can't find any example in the documentation.

My first use case is a visitor returning me a list of the search fields present in a tree.

alexgarel commented 2 years ago

see https://github.com/jurismarches/luqum/blob/master/tests/test_visitor.py where you can see basic examples like MROVisitor

alexgarel commented 1 year ago

@thierrydecker if you want to add an example to the documentation, you are really welcome. But for now I will close this issue.