Project

General

Profile

Actions

Feature #6170

closed

Hook up taxon query to actual solr fields

Added by ben leinfelder over 10 years ago. Updated over 10 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:

Description

These are the fields we have in the schema:

        <field name="family"             type="string"     indexed="true" stored="true" multiValued="true"/>
        <field name="species"             type="string"     indexed="true" stored="true" multiValued="true"/>
        <field name="genus"             type="string"     indexed="true" stored="true" multiValued="true"/>
        <field name="kingdom"             type="string"     indexed="true" stored="true" multiValued="true"/>
        <field name="phylum"             type="string"     indexed="true" stored="true" multiValued="true"/>
        <field name="order"             type="string"     indexed="true" stored="true" multiValued="true"/>
        <field name="class"             type="string"     indexed="true" stored="true" multiValued="true"/>

They should all be searched with the value specified in the Taxon box. Also should consider having auto-complete for this box pulling from each of those facets.

Actions #1

Updated by ben leinfelder over 10 years ago

  • Description updated (diff)
Actions #2

Updated by ben leinfelder over 10 years ago

  • Status changed from New to Closed
  • Assignee set to ben leinfelder

Now searching on the 7 taxonomic fields and including them as autocomplete sources in the Taxon search filed.

Actions

Also available in: Atom PDF