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

Also available in: Atom PDF