Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions include/dfm-search/dfm-search/field_names.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ constexpr const wchar_t kIsHidden[] = L"is_hidden";
constexpr const wchar_t kAncestorPaths[] = L"ancestor_paths";
constexpr const wchar_t kBirthTime[] = L"birth_time";
constexpr const wchar_t kModifyTime[] = L"modify_time";
constexpr const wchar_t kFileSize[] = L"file_size";
} // namespace Content

// OCR text index field names
Expand All @@ -47,6 +48,8 @@ constexpr const wchar_t kIsHidden[] = L"is_hidden";
constexpr const wchar_t kAncestorPaths[] = L"ancestor_paths";
constexpr const wchar_t kBirthTime[] = L"birth_time";
constexpr const wchar_t kModifyTime[] = L"modify_time";
constexpr const wchar_t kFileSize[] = L"file_size";
constexpr const wchar_t kCheckSum[] = L"checksum";
} // namespace OcrText

} // namespace LuceneFieldNames
Expand Down
Loading