Domanda

Is there a way to return all documents currently in an Index.

I'm struggling to find a method, I expected it to be straightforward but I cant find anything that does it.

È stato utile?

Soluzione

Execute a query using Lucene.Net.Search.MatchAllDocsQuery as the query instead of building your own. It'll return hits for all (non-deleted) documents in your index.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top