Content Indexed
Indexed Fields
- All webpage content is stored in a searchable content field in SearchBlox.
- SearchBlox also stores predefined meta fields like title, keywords, lastmodified, URL, and description.
- All meta tags on the page are indexed as custom fields in SearchBlox.
SearchBlox Fields
-
General SearchBlox fields:
- Title
- Description
- Keywords
- URL
- Lastmodified
- Size
-
File-specific fields (for files like PDF in WEB collection):
- Author
- Doc_creation_date
- Doc_modification_date
Additional Note:
Please map the additional fields based on your required in mapping.json
Custom Meta Fields
- Custom fields can be used directly in search filters:
query=test&filter=custom:value - To make custom meta fields searchable, map them to content in the mapping.json file located in
../ROOT/WEB-INFfolder.
"custom": {"type": "text","store": true,"fielddata":true,"analyzer": "sb_analyzer“,”copy_to”: ”content”},
- To use a custom meta field as a facet field, map it correctly in the mapping.json file and then clear and reindex the collection.**
"custom": {"type": "text","store": true,"fielddata":true,"analyzer": "sb _ analyzer"},
Please refer Custom Fields in Search to know more about adding custom fields in search.
Updated 4 months ago
What’s Next
