Changing the query from Or to And ( using group=AndGroup) solves the issue but my functionality does require it to be an Or query.
Any pointer is greatly appreciated.
Thanks
Prasenjit
I am using Whoosh in a singlethreaded python programe with the following sequence :
0. writer = create_in(indexdir, schema).writer()
1. for line in sys.stdin:
do some processing and writer.add_document()
2. writer.commit()
3. searcher = open_dir(indexdir)
4. for item in some_list:
print "before"
seacher.search(query)
It is getting stuck at searcher.search() every time exactly at the same query. I can see "before" but cant see "after" print statements.
Any help is greatly appreciated.
Thanks,
Prasenjit
--
You received this message because you are subscribed to a topic in the Google Groups "Whoosh" group.
To unsubscribe from this topic, visit
https://groups.google.com/d/topic/whoosh/zHi-nGDgJRY/unsubscribe?hl=en-US.
To unsubscribe from this group and all its topics, send an email to
whoosh+un...@googlegroups.com.
For more options, visit
https://groups.google.com/groups/opt_out.