com.atlassian.confluence.plugins.edgeindex
Class EdgeDateFieldHelper

java.lang.Object
  extended by com.atlassian.confluence.plugins.edgeindex.EdgeDateFieldHelper

public class EdgeDateFieldHelper
extends java.lang.Object

A helper to centralise the adding the edge date field.


Field Summary
static java.lang.String EDGE_DATE_FIELD
           
 
Constructor Summary
EdgeDateFieldHelper()
           
 
Method Summary
 void addDateField(org.apache.lucene.document.Document document, long timeInSeconds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EDGE_DATE_FIELD

public static final java.lang.String EDGE_DATE_FIELD
See Also:
Constant Field Values
Constructor Detail

EdgeDateFieldHelper

public EdgeDateFieldHelper()
Method Detail

addDateField

public void addDateField(org.apache.lucene.document.Document document,
                         long timeInSeconds)


Copyright © 2003-2014 Atlassian. All Rights Reserved.