Hello community, thank you for taking the time to read my question. Your 
insights are most appreciated.

I am making queries utilizing the facet.field parameter. The field I provide is 
multivalued. It is indexed using a dynamic field:
<dynamicField name="*_ss"  type="text_general"  indexed="true"  stored="true" 
required="false" multiValued="true" />
It is indexed in with the name "facets_ss".
The values are often strings with spaces between the words resulting fields 
like this:
        "facets_ss":["Health Services",
          "Boise",
          "Meridian",
          "Provider",
          "St. Luke's Health Partner",
          "Female",
          "English"]
In my search results, however, facet_fields are reported based on individual 
words. So for the above their would be separate values for st, lukes, health 
and partner.
and not "St. Luke's Heath Partner"

How can I get these values reported for complete strings and not just the 
individual words?

Thank you so much.

(some facets deleted for reading clarity)
    "facet_counts": {
        "facet_queries": {},
        "facet_fields": {
            "facets_ss": [
                "boise",
                1,
                "english",
                3,
                "female",
                0,
                "luke's",
                0,
                "meridian",
                1,
                "nampa",
                1,
                "health",
                0,
                "partner",
                0,
                "provider",
                0,
                "services",
                2,
                "st",
                0
            ]
        },
        "facet_ranges": {},
        "facet_intervals": {},
        "facet_heatmaps": {}
    }




 [cid:71b4ba3d-5317-476e-896e-e4807addbdf3]

Matthew Castrigno

IHT Developer II

St. Luke’s Health System

•  208-859-4276
•  castr...@slhs.org<mailto:xxxxx...@slhs.org>

----------------------------------------------------------------------
"This message is intended for the use of the person or entity to which it is 
addressed and may contain information that is confidential or privileged, the 
disclosure of which is governed by applicable law. If the reader of this 
message is not the intended recipient, you are hereby notified that any 
dissemination, distribution, or copying of this information is strictly 
prohibited. If you have received this message by error, please notify us 
immediately and destroy the related message."

Reply via email to