objective c - Is it possible to store document fields in a SearchKit index? -


is possible in searchkit (on os x) store document fields in search index, possible in other search libraries? allow displaying fields (author, subject, date, etc) without having read files corresponding underlying documents result of search.

do want able read attributes or want able search against them? if want able read them, can add them attributes document via skindexsetdocumentproperties call. retrieve them skindexcopydocumentproperties call. in both cases, properties stored in dictionary.

this assumes know how read properties file , you're not blindly relying on search kit / spotlight importers.

if want able search against properties, you're going have search index properties want search.


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -