Field Types
"text_general" jaisi, TEXT, field, types, ANALYSIS, (tokenizing, lowercase, stemming) se, GUZARTI, HAIN — "string" field, type, RAW, VALUE, ko, EXACT, MATCH, ke, liye, STORE, karti hai, bina, KOI, PROCESSING, ke.
Solr, mein, "pint", "pfloat", "plong", "pdouble" (point-based, numeric, types) RANGE, queries, aur, SORTING, ke, liye, OPTIMIZED, HAIN. "pdate" field, type, ISO-8601, format, EXPECT, karta hai.
<field name="title" type="text_general" indexed="true" stored="true"/>
<field name="category" type="string" indexed="true" stored="true"/>- text_general = analyzed (tokenized/stemmed), string = exact-match raw value
- Sorting aur faceting ke liye string fields use hoti hain
- Numeric types: pint, pfloat, plong, pdouble; date: pdate (ISO-8601)
"text_general" jaisi, TEXT, field, types, ANALYSIS, (tokenizing, lowercase, stemming) se, GUZARTI, HAIN — "string" field, type, RAW, VALUE, ko, EXACT, MATCH, ke, liye, STORE, karti hai, bina, KOI, PROCESSING, ke. Sorting, aur, FACETING, ke, liye, "string" fields, use, hoti, HAIN.
<field name="title" type="text_general" indexed="true" stored="true"/>
<field name="category" type="string" indexed="true" stored="true"/>Solr, mein, "pint", "pfloat", "plong", "pdouble" (point-based, numeric, types) RANGE, queries, aur, SORTING, ke, liye, OPTIMIZED, HAIN. "pdate" field, type, ISO-8601, format, ("2026-01-15T10:30:00Z") EXPECT, karta hai.