com.atlassian.greenhopper.service.charts
Class FixVersionHistoryFieldSelector

java.lang.Object
  extended by com.atlassian.greenhopper.service.charts.FixVersionHistoryFieldSelector
All Implemented Interfaces:
java.io.Serializable, org.apache.lucene.document.FieldSelector

public class FixVersionHistoryFieldSelector
extends java.lang.Object
implements org.apache.lucene.document.FieldSelector

Field selector to ensure we only pick what's needed when searching lucene for fix version history.

See Also:
Serialized Form

Constructor Summary
FixVersionHistoryFieldSelector()
           
 
Method Summary
 org.apache.lucene.document.FieldSelectorResult accept(java.lang.String fieldName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixVersionHistoryFieldSelector

public FixVersionHistoryFieldSelector()
Method Detail

accept

public org.apache.lucene.document.FieldSelectorResult accept(java.lang.String fieldName)
Specified by:
accept in interface org.apache.lucene.document.FieldSelector


Copyright © 2007-2013 Atlassian. All Rights Reserved.