Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


oracle.search.query.qta
Interface DocumentInfo


public interface DocumentInfo

An interface representing information about a document that can be passed to a QueryTimeFilter for filtering out documents.


Method Summary
 int getContentLength()
          Returns the length of the contents of the document.
 Date getLastModified()
          Returns the date of last modification of the document.
 String getTitle()
          Returns the title of the document.
 String getURL()
          Returns the display URL of the document.

 

Method Detail

getTitle

String getTitle()
Returns the title of the document.
Returns:
title of document

getURL

String getURL()
Returns the display URL of the document.
Returns:
display URL of document

getContentLength

int getContentLength()
Returns the length of the contents of the document.
Returns:
content length

getLastModified

Date getLastModified()
Returns the date of last modification of the document.
Returns:
date last modified

Skip navigation links

Oracle Secure Enterprise Search Java API Reference
11g Release 1 (11.1.2.0.0)

E14433-02


Copyright © 2006, 2010, Oracle and/or its affiliates. All rights reserved.