Am 03.08.2006 um 18:52 schrieb Lourival Júnior:

>
>
> My questions:
> Why it occurs? How can I know which segments can be deleted?
>

You must know which segment are indexed. You can not index all  
segments and after that delete these segments.
The Indexer index the name of the segment that the searcher knows  
where is the parsed text for a given indexed Term. But the segment  
name is only stored. You can not search on a segment name. But you  
can write some lines of code that prints the segment names which are  
stored in index. After that you know which segment are indexed. But i  
think  this way is not really cool.

Sorry
Marko



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Nutch-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nutch-general

Reply via email to