List the different type of information that can be retrieved from a field type?
Answer Posted / Devendra Giri
In Apache Solr, various types of information that can be retrieved from a field type include: 1. Text - used for full-text search and analysis, 2. Integer - used for numerical values, 3. Float - used for floating point numbers, 4. Boolean - used for true/false values, 5. Date - used for date values, 6. Tuple - used to store multiple values as a single field, 7. String - used for non-analyzed text, and 8. Stored - stores the original value of the field instead of analyzing it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category