Reputation: 262
Is there any way to determine the files that were indexed by the indexer? I see an API that returns the indexer history and the number of files that were indexed, but not the actual file names themselves.
Upvotes: 2
Views: 502
Reputation: 5353
The content in your index represents the indexed files. You could simply search for * (wildcard) to list all files that were indexed.
Upvotes: 1