Serialized Form


Package lemurproject.indri.ui

Class lemurproject.indri.ui.FieldTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

fieldNames

java.util.Vector<E> fieldNames

isNumeric

java.util.Vector<E> isNumeric

columnHeader

javax.swing.table.TableColumnModel columnHeader

Class lemurproject.indri.ui.IndexUI extends javax.swing.JPanel implements Serializable

Serialized Fields

status

javax.swing.JLabel status
Status line messages visible for all tabs.


messages

javax.swing.JTextArea messages
Messages pane for prog output


tabbedPane

javax.swing.JTabbedPane tabbedPane
Top level container


doRecurse

javax.swing.JCheckBox doRecurse
Single choice


doStem

javax.swing.JCheckBox doStem
Single choice


stemmers

javax.swing.JComboBox stemmers
Multiple choices


memoryLim

javax.swing.JComboBox memoryLim
Multiple choices


docFormat

javax.swing.JComboBox docFormat
Multiple choices


browse

javax.swing.JButton browse
Action Buttons


cfbrowse

javax.swing.JButton cfbrowse
Action Buttons


stopBrowse

javax.swing.JButton stopBrowse
Action Buttons


cfRemove

javax.swing.JButton cfRemove
Action Buttons


go

javax.swing.JButton go
Action Buttons


stop

javax.swing.JButton stop
Action Buttons


iname

javax.swing.JTextField iname
input/browseable filename


stopwordlist

javax.swing.JTextField stopwordlist
input/browseable filename


colFields

javax.swing.JTextField colFields
field names


filterString

javax.swing.JTextField filterString
filename filter


collectionFiles

javax.swing.JList collectionFiles
browse multiple filenames


cfModel

javax.swing.DefaultListModel cfModel
hold the file names


fc

javax.swing.JFileChooser fc
File chooser starting in current directory


stopwords

java.lang.String stopwords
data directory paths


appendIndex

boolean appendIndex
are we appending?


menuBar

javax.swing.JMenuBar menuBar
MenuBar


fileMenu

javax.swing.JMenu fileMenu
Menus


helpMenu

javax.swing.JMenu helpMenu
Menus


fOpen

javax.swing.JMenuItem fOpen
Menu Items


fSave

javax.swing.JMenuItem fSave
Menu Items


fPrefs

javax.swing.JMenuItem fPrefs
Menu Items


fQuit

javax.swing.JMenuItem fQuit
Menu Items


hHelp

javax.swing.JMenuItem hHelp
Menu Items


hAbout

javax.swing.JMenuItem hAbout
Menu Items


indriIcon

javax.swing.ImageIcon indriIcon
The Indri Icon.


helpFrame

javax.swing.JFrame helpFrame
Frame for help window


indexFieldPanel

javax.swing.JPanel indexFieldPanel
Fields and Metadata items


fieldTable

javax.swing.JTable fieldTable

fieldTableModel

FieldTableModel fieldTableModel

btnAddField

javax.swing.JButton btnAddField

btnRemoveField

javax.swing.JButton btnRemoveField

offsetAnnotationFileTable

javax.swing.JTable offsetAnnotationFileTable

offsetAnnotationFilesTableModel

OffsetAnnotationTableModel offsetAnnotationFilesTableModel

txtPathToHarvestLinks

javax.swing.JTextField txtPathToHarvestLinks

btnHarvestLinks

javax.swing.JButton btnHarvestLinks

dataFilesOffsetFiles

java.util.Vector<E> dataFilesOffsetFiles

blinking

boolean blinking
Is the blinker running?

Class lemurproject.indri.ui.OffsetAnnotationFileCellEditor extends javax.swing.AbstractCellEditor implements Serializable

Serialized Fields

pnlEditor

javax.swing.JPanel pnlEditor

txtValue

javax.swing.JTextField txtValue

btnBrowse

javax.swing.JButton btnBrowse

Class lemurproject.indri.ui.OffsetAnnotationTableModel extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

fileNames

java.util.Vector<E> fileNames

offsetFileNames

java.util.Vector<E> offsetFileNames

Class lemurproject.indri.ui.RetUI extends javax.swing.JPanel implements Serializable

Serialized Fields

fc

javax.swing.JFileChooser fc
File chooser starting in current directory


helpFrame

javax.swing.JFrame helpFrame
Frame for help window


go

javax.swing.JButton go
Search and Clear buttons


stop

javax.swing.JButton stop
Search and Clear buttons


scoreDisplay

javax.swing.JButton scoreDisplay
Search and Clear buttons


status

javax.swing.JLabel status
Status line output


progress

javax.swing.JLabel progress
Progress indicator output


query

javax.swing.JTextField query
Query input


numDocs

javax.swing.JTextField numDocs
Number of documents to retrieve input


answerAll

javax.swing.JTable answerAll
Retrieved documents table


docTextFrame

javax.swing.JFrame docTextFrame
Frame for showing document text and query tree.


docTextPane

javax.swing.JTextPane docTextPane
Document text pane.


docHtmlFrame

javax.swing.JFrame docHtmlFrame
Frame for showing document html document


docHtmlPane

javax.swing.JTextPane docHtmlPane
Document html pane.


docQueryTree

javax.swing.JTree docQueryTree
Query tree display


env

QueryEnvironment env
Indri query environment for retrieval.


annotations

java.util.Map<K,V> annotations
Map containing query annotations for highlighting.


results

QueryAnnotation results
Result holder for query retrieval.


scored

ScoredExtentResult[] scored
Result holder for document scored extents


currentParsedDoc

ParsedDocument currentParsedDoc
Result holder for parsed documents


currentDocId

int currentDocId
Result holder for currently selected document id


names

java.lang.String[] names
Result holder for document external ids


titles

java.lang.String[] titles
Result holder for document titles


docids

int[] docids
Result holder for document internal ids


currentDoc

int currentDoc
Index into result holders for the current document


maxDocs

int maxDocs
Maximum number of documents to retrieve for a query


envInit

boolean envInit
Flag for whether or not the query environment has been initialized.


documents

javax.swing.JList documents
Enable multiple indexes


documentsModel

javax.swing.DefaultListModel documentsModel
hold the file names


indexes

javax.swing.JList indexes
Enable multiple indexes


indexesModel

javax.swing.DefaultListModel indexesModel
hold the file names


wordProg

java.lang.String wordProg
external viewers Word.exe


powerpointProg

java.lang.String powerpointProg
external viewers Powerpnt.exe


acroreadProg

java.lang.String acroreadProg
external viewers Acrobat.exe or AcroRd32.exe


showScores

boolean showScores
Are we showing scores?


getDocTextThread

java.lang.Thread getDocTextThread
getDocText Thread


getDocHtmlThread

java.lang.Thread getDocHtmlThread
getDocHtml Thread


runQuestionThread

java.lang.Thread runQuestionThread
runQuestion Thread


blinking

boolean blinking
Semaphore for the blinker thread