Hello,
1) How to create distributed index in lucene.If its implemented.?
Will we require to make separate instances of indexes itself, such as adding
docs into diff indexes manually. or are there any modules/functions already
defined.
2) to implement parallel searching using multisearcher.:will the steps be
like
- creating c++ boost *threads*
- instantiating multisearcher objects( with diff index paths )..with the
same (boolean )query object .
- once the hits are there in search
- adding docs( hits) to linked list (i am using link list to store nodes
for further use) -merging
Can you provide me with some samples/examples.
Please guide me.
Thanks,
Suman
------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:
Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
CLucene-developers mailing list
CLucene-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/clucene-developers