Solr: Want query suggestions -


in solr documents there field group.

how can write query give me documents in order

  1. group:img (this group total documents should 5).
  2. group:news(this group total documents should 1).
  3. group:wiki(this group total documents should 1).
  4. group:blog(this group total documents should 1).
  5. group:book(this group total documents should 1).
  6. group:""(this group total documents should 6).

is possible or have write separate query each.

you're asking ordered query different subqueries, each 1 specific limit, where clauses.

i don't think possible in solr.

take @ filter queries (fq) , see how far can go that.


Comments

Popular posts from this blog

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project.Error occurred in starting fork -

windows - Debug iNetMgr.exe unhandle exception System.Management.Automation.CmdletInvocationException -

configurationsection - activeMq-5.13.3 setup configurations for wildfly 10.0.0 -