So Cool. Not only for Leo, but I look forward to learning more about Whoosh, after looking at several full-text search solutions, Whoosh seems like the sweet spot: pure Python, powerful but not too heavy, capable but not too complex ...
Thanks, Kent On Sun, Mar 4, 2012 at 8:04 AM, Ville M. Vainio <[email protected]> wrote: > Next up in my "bigdash.py" plugin / global search work is integrating > the "Whoosh" full text search engine. I hope to implement it today or > tomorrow. > > http://packages.python.org/Whoosh/ > > This will make search strings more google-like, maybe we could even > customize it so that parents with matching words would increase the > score for the hit. You will also be able to search for "foo bar that > is referenced in external file baz.txt" - "foo bar file:baz.txt" > > The default supported query language could serve as an inspiration on > what kind of stuff we could be doing: > > http://packages.python.org/Whoosh/querylang.html > > This should make Leo convenient for storing and querying substantial > amounts of text. > > -- > You received this message because you are subscribed to the Google Groups > "leo-editor" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/leo-editor?hl=en. > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/leo-editor?hl=en.
