solr fq without specifying field -


I am getting inevitable results in filtered queries.

When entering "search string" fq specifies the fields w / o and many hits are found, schema.xml sets the "content" field as the default search field. However, when I enter the content, the returned result is different: instead of "SearchString", if I enter the URL then it is the same: "SearchString"

How to make the URL in Default Search Is Solall configured for use in the form? I checked in schema.xml but how it came to know how it was set.

Do anyone know?

This is most likely as the default area in your solrconfig.xml. Just to ensure that which fields are searching by default in your environment, run the query with debug = true option and in the debug feedback you will see an entry with "parsed_filter_queries". This will provide the actual field on which it is filtering.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -