You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucenenet.apache.org by GitBox <gi...@apache.org> on 2021/08/06 17:56:10 UTC

[GitHub] [lucenenet] rclabo commented on issue #505: New .cfs files created everytime I add to index

rclabo commented on issue #505:
URL: https://github.com/apache/lucenenet/issues/505#issuecomment-894422703


   Yep, that's the way Lucene.NET and Lucene works.  Each of these sets of files is called a segment.  Initially in your case there is one segment, the _0 segment, and then when you add another doc and commit there is a 2nd segment, the _1 segment.  If you want to learn more google about lucene and segments.  There is lots of info online.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@lucenenet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org