i have not tested that, but i could be :/
On Oct 13, 3:09 pm, David Marko <[email protected]> wrote: > I have run throught the whoosh docs and it seems to be > straightforward. But isn't there problem with concurency when you open > the search index(open_dir) in controller for every request? the same > situation is there when index is being updated by concurent user input > from submited forms. > > --- e.g. ---- > ix = open_dir(index_dir) > 12 searcher = ix.searcher() > --- > > David > > On 13 říj, 14:34, selecta <[email protected]> wrote: > > > > > it's fast, it's pure python (just dump in to web2py/site-packages) and > > simple to use > > >http://tlc2.hg.sourceforge.net/hgweb/tlc2/tlc2/file/4387b942c7ab/cont...... > > > :) > > > On Oct 12, 8:38 pm, David Marko <[email protected]> wrote: > > > > Is there anyone who has used the whoosh (http://bitbucket.org/mchaput/ > > > whoosh/wiki/Home) for full text search? If so, can you share your > > > experience? > > > > David

