|
|||||||||
| Home >> All >> [ PointOfViewServer overview ] | PREV NEXT | ||||||||
A
- Affix - class PointOfViewServer.Affix.
- This class maintains affixes data used to define words to search.
- Affix() - Constructor for class PointOfViewServer.Affix
- Main constructor.
- AffixList - class PointOfViewServer.AffixList.
- AffixList class provides a list of Affix objects and services to maintain it.
- AffixList(ParameterSet) - Constructor for class PointOfViewServer.AffixList
- The main constructor.
- addDimensionDate(long, long) - Method in interface PointOfViewServer.DimensionSubsetList
- addDimensionDate(long, long) - Method in class PointOfViewServer.DimensionSubsetListImpl
- Add new dimension date to current dimensions list.
- addDimensionExtension(String) - Method in interface PointOfViewServer.DimensionSubsetList
- addDimensionExtension(String) - Method in class PointOfViewServer.DimensionSubsetListImpl
- addDimensionField(DimensionField) - Method in class PointOfViewServer.DimensionFieldList
- Add a new DimensionField object into DimensionField list.
- addDimensionField(String, String, boolean, boolean) - Method in class PointOfViewServer.DimensionFieldList
- Create and add a new DimensionField object using specified parameters.
- addDimensionRank(double, double) - Method in interface PointOfViewServer.DimensionSubsetList
- addDimensionRank(double, double) - Method in class PointOfViewServer.DimensionSubsetListImpl
- Add new pop rank dimension to dimensions list.
- addDimensionTable(DimensionTable) - Method in class PointOfViewServer.DimensionTableList
- addDimensionTable(String, String) - Method in class PointOfViewServer.DimensionTableList
- addDimensionWord(String) - Method in interface PointOfViewServer.DimensionSubsetList
- addDimensionWord(String) - Method in class PointOfViewServer.DimensionSubsetListImpl
- Add word dimension to dimensions list.
- addLinkedword(Word) - Method in class PointOfViewServer.Word
- addLinkedword(int, Word) - Method in class PointOfViewServer.Word
- addQuery(Query) - Method in class PointOfViewServer.QueryList
- Add new query in queries list.
- addResult(Result) - Method in interface PointOfViewServer.ResultList
- addResult(Result) - Method in class PointOfViewServer.ResultListImpl
- Add new result in current results list.
- addSubset(DimensionSubset) - Method in class PointOfViewServer.DimensionSubsetListImpl
- Add new dimension in list.
- addWord(Word) - Method in class PointOfViewServer.WordList
- addWord(int, Word) - Method in class PointOfViewServer.WordList
B
- Build(SearchImpl) - Method in class PointOfViewServer.HtmlPage
- Build a HTML page using the ResultSet object contained in Search object
- Build(String) - Method in class PointOfViewServer.HtmlPage
- Build a HTML page using a custom message
- Build(Exception) - Method in class PointOfViewServer.HtmlPage
- Build a HTML page using a custom message
- bCache - Variable in class PointOfViewServer.ParameterSet
- bClones - Variable in class PointOfViewServer.ParameterSet
- bIsKey - Variable in class PointOfViewServer.DimensionField
- bIspellUsePrefixes - Variable in class PointOfViewServer.ParameterSet
- bMustGroup - Variable in class PointOfViewServer.DimensionField
- bPhrase - Variable in class PointOfViewServer.ParameterSet
- bTrackQuery - Variable in class PointOfViewServer.ParameterSet
- buildQueries() - Method in class PointOfViewServer.SearchImpl
- buildQueries function build sql queries from dimensions wich will be used to obtain result list.
- buildSubset() - Method in class PointOfViewServer.DimensionSubset
- Call this function to build SQL query.
- buildSubset() - Method in class PointOfViewServer.DimensionSubsetDate
- Build query using lower and upper date to define subset of database elements.
- buildSubset() - Method in class PointOfViewServer.DimensionSubsetExtension
- Build query using lower and upper populrity rank to define subset of database elements.
- buildSubset() - Method in class PointOfViewServer.DimensionSubsetRank
- Build query using lower and upper populrity rank to define subset of database elements.
- buildSubset() - Method in class PointOfViewServer.DimensionSubsetWord
- Build query using expression to define subset of database elements.
C
- Crc32 - class PointOfViewServer.Crc32.
- This class provides crc32 operations
- Crc32(ParameterSet) - Constructor for class PointOfViewServer.Crc32
- cConnection - Variable in class PointOfViewServer.DimensionSubsetListImpl
- cConnection - Variable in class PointOfViewServer.SearchImpl
- close() - Method in class PointOfViewServer.DatabaseConnection
- Close the current connection to the database.
- colAffixes - Variable in class PointOfViewServer.AffixList
- colDimensionFields - Variable in class PointOfViewServer.DimensionFieldList
- colDimensionTables - Variable in class PointOfViewServer.DimensionTableList
- colQueries - Variable in class PointOfViewServer.QueryList
- colResults - Variable in class PointOfViewServer.ResultListImpl
- colSubsets - Variable in class PointOfViewServer.DimensionSubsetListImpl
- colWords - Variable in class PointOfViewServer.WordList
- count() - Method in class PointOfViewServer.AffixList
- Return the number of elements of the list.
- count() - Method in class PointOfViewServer.DimensionFieldList
- Return size of the DimensionField list.
- count() - Method in interface PointOfViewServer.DimensionSubsetList
- count() - Method in class PointOfViewServer.DimensionSubsetListImpl
- Return number of dimensions in current list.
- count() - Method in class PointOfViewServer.DimensionTableList
- count() - Method in class PointOfViewServer.QueryList
- Return number of queries contained in current queries list.
- count() - Method in interface PointOfViewServer.ResultList
- count() - Method in class PointOfViewServer.ResultListImpl
- Return number of results.
- count() - Method in class PointOfViewServer.WordList
- crc32(String) - Method in class PointOfViewServer.Crc32
- Calculate crc32 value
D
- DEBUG - Variable in class PointOfViewServer.ParameterSet
- DatabaseConnection - class PointOfViewServer.DatabaseConnection.
- DatabaseConnection object provides services to maintain a database connection.
- DatabaseConnection(ParameterSet) - Constructor for class PointOfViewServer.DatabaseConnection
- Main constructor.
- DimensionField - class PointOfViewServer.DimensionField.
- DimensionField class represents a field of a query specified in a "select" clause.
- DimensionField(String, String) - Constructor for class PointOfViewServer.DimensionField
- Main constructor.
- DimensionFieldList - class PointOfViewServer.DimensionFieldList.
- DimensionFieldList provides services to maintain list of DimensionField objects.
- DimensionFieldList() - Constructor for class PointOfViewServer.DimensionFieldList
- Main constructor.
- DimensionSubset - class PointOfViewServer.DimensionSubset.
- DimensionSubset represents a subset of documents.
- DimensionSubset() - Constructor for class PointOfViewServer.DimensionSubset
- DimensionSubsetDate - class PointOfViewServer.DimensionSubsetDate.
- DimensionSubsetDate defines dimension using date of document.
- DimensionSubsetDate(long, long, ParameterSet) - Constructor for class PointOfViewServer.DimensionSubsetDate
- Main constructor.
- DimensionSubsetExtension - class PointOfViewServer.DimensionSubsetExtension.
- DimensionSubsetRank defines dimension using popularity rank of document.
- DimensionSubsetExtension(String, ParameterSet) - Constructor for class PointOfViewServer.DimensionSubsetExtension
- Main constructor.
- DimensionSubsetList - interface PointOfViewServer.DimensionSubsetList.
- DimensionSubsetList maintains DimensionSubset objects in a collection.
- DimensionSubsetListImpl - class PointOfViewServer.DimensionSubsetListImpl.
- DimensionSubsetList maintains DimensionSubset objects in a collection.
- DimensionSubsetListImpl(ParameterSet, DatabaseConnection) - Constructor for class PointOfViewServer.DimensionSubsetListImpl
- Main constructor.
- DimensionSubsetRank - class PointOfViewServer.DimensionSubsetRank.
- DimensionSubsetRank defines dimension using popularity rank of document.
- DimensionSubsetRank(double, double, ParameterSet) - Constructor for class PointOfViewServer.DimensionSubsetRank
- Main constructor.
- DimensionSubsetWord - class PointOfViewServer.DimensionSubsetWord.
- DimensionSubsetWord defines dimension using words contained in documents.
- DimensionSubsetWord(String, ParameterSet, DatabaseConnection, WordList, AffixList) - Constructor for class PointOfViewServer.DimensionSubsetWord
- Main constructor.
- DimensionTable - class PointOfViewServer.DimensionTable.
- DimensionTable(String, String) - Constructor for class PointOfViewServer.DimensionTable
- Creates a new instance of DimensionTable
- DimensionTableList - class PointOfViewServer.DimensionTableList.
- This class contains list of table names.
- DimensionTableList() - Constructor for class PointOfViewServer.DimensionTableList
- Creates a new instance of DimensionTableList.
- dLastModTime - Variable in class PointOfViewServer.ResultImpl
- dPopRank - Variable in class PointOfViewServer.ResultImpl
- dict_table - Variable in class PointOfViewServer.ParameterSet
- dict_table1 - Variable in class PointOfViewServer.ParameterSet
- dict_table2 - Variable in class PointOfViewServer.ParameterSet
E
- earliestDate - Variable in class PointOfViewServer.DimensionSubsetDate
- execute(String) - Method in class PointOfViewServer.DatabaseConnection
- Execute the SQL query entered in parameter and return the corresponding Statement object.
- execute() - Method in interface PointOfViewServer.Search
- execute() - Method in class PointOfViewServer.SearchImpl
- Build of queries if they don't exist execute each of them to build results.
- extractFrom(String) - Method in class PointOfViewServer.WordList
- extractFrom function analyses query string and build list of word
G
- get(int) - Method in class PointOfViewServer.QueryList
- Return Query object from list using value specified in parameter.
- getAdd() - Method in class PointOfViewServer.Affix
- getAffix(int) - Method in class PointOfViewServer.AffixList
- Return the specified object using parameter.
- getAffixes() - Method in class PointOfViewServer.AffixList
- Return the list that contains Affix objects.
- getBody() - Method in interface PointOfViewServer.Result
- getBody() - Method in class PointOfViewServer.ResultImpl
- Return document body (if available).
- getCache() - Method in class PointOfViewServer.ParameterSet
- getCatField() - Method in class PointOfViewServer.ParameterSet
- getCharSet() - Method in interface PointOfViewServer.Result
- getCharSet() - Method in class PointOfViewServer.ResultImpl
- Return charset used in document.
- getClones() - Method in class PointOfViewServer.ParameterSet
- getConLanguage() - Method in interface PointOfViewServer.Result
- getConLanguage() - Method in class PointOfViewServer.ResultImpl
- Return content language.
- getConType() - Method in interface PointOfViewServer.Result
- getConType() - Method in class PointOfViewServer.ResultImpl
- Return content type (text,image,mp3,...)
- getCrc32() - Method in class PointOfViewServer.ParameterSet
- getCrcField() - Method in class PointOfViewServer.ParameterSet
- getDBAddr() - Method in class PointOfViewServer.ParameterSet
- getDBFormat() - Method in class PointOfViewServer.ParameterSet
- getDBHost() - Method in class PointOfViewServer.ParameterSet
- getDBMode() - Method in class PointOfViewServer.ParameterSet
- getDBName() - Method in class PointOfViewServer.ParameterSet
- getDBPass() - Method in class PointOfViewServer.ParameterSet
- getDBPort() - Method in class PointOfViewServer.ParameterSet
- getDBType() - Method in class PointOfViewServer.ParameterSet
- getDBUser() - Method in class PointOfViewServer.ParameterSet
- getDictTab(String) - Method in class PointOfViewServer.ParameterSet
- Return the table name where the word "word" may be found
- getDictTable() - Method in class PointOfViewServer.ParameterSet
- getDimensionField(int) - Method in class PointOfViewServer.DimensionFieldList
- Return the specified DimensionField object using value specified in parameter.
- getDimensionFields() - Method in class PointOfViewServer.DimensionFieldList
- Return the DimensionField objects list.
- getDimensionFields() - Method in class PointOfViewServer.Query
- Return the list of fields objects used in the query.
- getDimensionSubsetList() - Method in interface PointOfViewServer.Search
- getDimensionSubsetList() - Method in class PointOfViewServer.SearchImpl
- getDimensionTable(int) - Method in class PointOfViewServer.DimensionTableList
- getDimensionTables() - Method in class PointOfViewServer.DimensionTableList
- getDimensionTables() - Method in class PointOfViewServer.Query
- Return the list of tables used in the query.
- getDimensionValues() - Method in interface PointOfViewServer.Result
- getDimensionValues() - Method in class PointOfViewServer.ResultImpl
- Return dimensions values corresponding to dimensions defined in current search object.
- getDimensions() - Method in class PointOfViewServer.SearchImpl
- Return currents dimensions.
- getDocSize() - Method in interface PointOfViewServer.Result
- getDocSize() - Method in class PointOfViewServer.ResultImpl
- Return document size.
- getEarliestDate() - Method in class PointOfViewServer.DimensionSubsetDate
- Return lower date.
- getExtensions() - Method in class PointOfViewServer.DimensionSubsetExtension
- Return lower rank value.
- getFieldToJoin() - Method in class PointOfViewServer.Query
- Return field used to join query to another one.
- getFlag() - Method in class PointOfViewServer.Affix
- getFlag() - Method in class PointOfViewServer.Word
- getFrom() - Method in class PointOfViewServer.Query
- Return current "from" clause.
- getGroup() - Method in class PointOfViewServer.Query
- Return current "Group by" clause.
- getHaving() - Method in class PointOfViewServer.Query
- Return current "Having" clause.
- getIspellMode() - Method in class PointOfViewServer.ParameterSet
- getIspellUsePrefixes() - Method in class PointOfViewServer.ParameterSet
- getLang() - Method in class PointOfViewServer.Affix
- getLang() - Method in class PointOfViewServer.Word
- getLastModField() - Method in class PointOfViewServer.ParameterSet
- getLastModTime() - Method in interface PointOfViewServer.Result
- getLastModTime() - Method in class PointOfViewServer.ResultImpl
- Return last modified time.
- getLatestDate() - Method in class PointOfViewServer.DimensionSubsetDate
- Return upper date.
- getLinkedword(int) - Method in class PointOfViewServer.Word
- getLinkedwords() - Method in class PointOfViewServer.Word
- getLocalCharset() - Method in class PointOfViewServer.ParameterSet
- getMaxRank() - Method in class PointOfViewServer.DimensionSubsetRank
- Return upper rank value.
- getMaxWordLength() - Method in class PointOfViewServer.ParameterSet
- getMinRank() - Method in class PointOfViewServer.DimensionSubsetRank
- Return lower rank value.
- getMinWordLength() - Method in class PointOfViewServer.ParameterSet
- getName() - Method in class PointOfViewServer.DimensionField
- Return the field name.
- getName() - Method in class PointOfViewServer.DimensionTable
- getName() - Method in class PointOfViewServer.Query
- Return the query name.
- getOrder() - Method in class PointOfViewServer.Query
- Return current "Order by" clause.
- getOrderNb() - Method in class PointOfViewServer.DimensionSubset
- Return position of the element.
- getPhrase() - Method in class PointOfViewServer.ParameterSet
- getPopRank() - Method in interface PointOfViewServer.Result
- getPopRank() - Method in class PointOfViewServer.ResultImpl
- Return popularity rank.
- getQuery(String) - Method in class PointOfViewServer.QueryList
- Return query using search string specified in parameter.
- getQueryString() - Method in class PointOfViewServer.DimensionSubsetWord
- Return expression to search.
- getRecID() - Method in interface PointOfViewServer.Result
- getRecID() - Method in class PointOfViewServer.ResultImpl
- Return result ID.
- getRegexp() - Method in class PointOfViewServer.Affix
- getResult(int) - Method in interface PointOfViewServer.ResultList
- getResult(int) - Method in class PointOfViewServer.ResultListImpl
- Return result using index specified in parameter.
- getResults() - Method in interface PointOfViewServer.ResultList
- getResults() - Method in class PointOfViewServer.ResultListImpl
- Return current results list.
- getResults() - Method in interface PointOfViewServer.Search
- getResults() - Method in class PointOfViewServer.SearchImpl
- Return search results.
- getSelect() - Method in class PointOfViewServer.Query
- Return current "select" clause.
- getStopwordFile() - Method in class PointOfViewServer.ParameterSet
- getStopwordTable() - Method in class PointOfViewServer.ParameterSet
- getSub() - Method in class PointOfViewServer.Affix
- getSubset(int) - Method in interface PointOfViewServer.DimensionSubsetList
- getSubset(int) - Method in class PointOfViewServer.DimensionSubsetListImpl
- Return dimension using index specified in parameter.
- getSubsetQuery() - Method in class PointOfViewServer.DimensionSubset
- Return current query.
- getTimeElapsed() - Method in interface PointOfViewServer.Search
- getTimeElapsed() - Method in class PointOfViewServer.SearchImpl
- Return time elapsed while searching.
- getTitle() - Method in interface PointOfViewServer.Result
- getTitle() - Method in class PointOfViewServer.ResultImpl
- Return title of document.
- getTrackQuery() - Method in class PointOfViewServer.ParameterSet
- getUrl() - Method in interface PointOfViewServer.Result
- getUrl() - Method in class PointOfViewServer.ResultImpl
- Return complete URL.
- getValue() - Method in class PointOfViewServer.DimensionField
- Return the field value.
- getValue() - Method in class PointOfViewServer.DimensionTable
- getVarDir() - Method in class PointOfViewServer.ParameterSet
- getWhere() - Method in class PointOfViewServer.Query
- Return current "where" clause.
- getWord() - Method in class PointOfViewServer.Word
- getWord(int) - Method in class PointOfViewServer.WordList
- getWord(String) - Method in class PointOfViewServer.WordList
- getWords() - Method in class PointOfViewServer.WordList
H
- HtmlPage - class PointOfViewServer.HtmlPage.
- HtmlPage(ParameterSet) - Constructor for class PointOfViewServer.HtmlPage
- Creates a new instance of HtmlPage
I
- initComponents() - Method in class PointOfViewServer.ParameterSetGUI
- This method is called from within the constructor to initialize the form.
- isDimensionField(String) - Method in class PointOfViewServer.DimensionFieldList
- Test if a field name entered in parameter is contained ni the current list.
- isDimensionTable(String) - Method in class PointOfViewServer.DimensionTableList
- isEmpty() - Method in class PointOfViewServer.Query
- Test if the query is empty or not.
- isKey() - Method in class PointOfViewServer.DimensionField
- Test if field may is key or not.
- isOpened() - Method in class PointOfViewServer.DatabaseConnection
- Test if the connection is opened.
- isStopword(WordList, DatabaseConnection) - Method in class PointOfViewServer.Word
J
- joinTo(Query) - Method in class PointOfViewServer.Query
- Join the query to another one.
L
- lDocSize - Variable in class PointOfViewServer.ResultImpl
- lRecID - Variable in class PointOfViewServer.ResultImpl
- lTimeElapsed - Variable in class PointOfViewServer.SearchImpl
- latestDate - Variable in class PointOfViewServer.DimensionSubsetDate
- load(DatabaseConnection) - Method in class PointOfViewServer.AffixList
- Load data from database or file and build Affix objects.
M
- main(String[]) - Static method in class PointOfViewServer.SearchClient
- main(String[]) - Static method in class PointOfViewServer.SearchServer
- Main function.
- maxRank - Variable in class PointOfViewServer.DimensionSubsetRank
- minRank - Variable in class PointOfViewServer.DimensionSubsetRank
- mustGroup() - Method in class PointOfViewServer.DimensionField
- Test if the field is a agregate function (SUM,AVG,MAX,MIN,...).
- mustGroup() - Method in class PointOfViewServer.DimensionFieldList
- Test if a field with mustGroup attribute is contained in the current list.
N
- nMaxWordLength - Variable in class PointOfViewServer.ParameterSet
- nMinWordLength - Variable in class PointOfViewServer.ParameterSet
- nOrderNb - Variable in class PointOfViewServer.DimensionSubset
- normalize(AffixList) - Method in class PointOfViewServer.Word
O
- open() - Method in class PointOfViewServer.DatabaseConnection
- Open the database using the database parameters contained in ParameterSet passed into the constructor.
P
- ParameterSet - class PointOfViewServer.ParameterSet.
- ParameterSet() - Constructor for class PointOfViewServer.ParameterSet
- ParameterSetGUI - class PointOfViewServer.ParameterSetGUI.
- ParameterSetGUI() - Constructor for class PointOfViewServer.ParameterSetGUI
- Creates new form BeanForm
- PointOfViewServer - package PointOfViewServer
- pAffixes - Variable in class PointOfViewServer.DimensionSubsetListImpl
- pAffixes - Variable in class PointOfViewServer.DimensionSubsetWord
- pConnection - Variable in class PointOfViewServer.DatabaseConnection
- pConnection - Variable in class PointOfViewServer.DimensionSubsetWord
- pDimensionFields - Variable in class PointOfViewServer.Query
- pDimensionTables - Variable in class PointOfViewServer.Query
- pDimensionValues - Variable in class PointOfViewServer.ResultImpl
- pDimensions - Variable in class PointOfViewServer.SearchImpl
- pParameters - Variable in class PointOfViewServer.AffixList
- pParameters - Variable in class PointOfViewServer.Crc32
- pParameters - Variable in class PointOfViewServer.DatabaseConnection
- pParameters - Variable in class PointOfViewServer.DimensionSubsetDate
- pParameters - Variable in class PointOfViewServer.DimensionSubsetExtension
- pParameters - Variable in class PointOfViewServer.DimensionSubsetListImpl
- pParameters - Variable in class PointOfViewServer.DimensionSubsetRank
- pParameters - Variable in class PointOfViewServer.DimensionSubsetWord
- pParameters - Variable in class PointOfViewServer.HtmlPage
- pParameters - Variable in class PointOfViewServer.Query
- pParameters - Variable in class PointOfViewServer.ResultListImpl
- pParameters - Variable in class PointOfViewServer.SearchImpl
- pParameters - Variable in class PointOfViewServer.Word
- pParameters - Variable in class PointOfViewServer.WordList
- pSearch - Variable in class PointOfViewServer.HtmlPage
Q
- Query - class PointOfViewServer.Query.
- This class defines a SQL query object.
- Query(ParameterSet) - Constructor for class PointOfViewServer.Query
- Main constructor
- Query(String, ParameterSet) - Constructor for class PointOfViewServer.Query
- Constructor accepting the name of the query
- QueryList - class PointOfViewServer.QueryList.
- This class maintains a collection of Query objects.
- QueryList() - Constructor for class PointOfViewServer.QueryList
- qQueries - Variable in class PointOfViewServer.SearchImpl
- qQuery - Variable in class PointOfViewServer.DimensionSubset
R
- Result - interface PointOfViewServer.Result.
- This class describes a line of result ; a result contains complete url, description of the document, size,...
- ResultImpl - class PointOfViewServer.ResultImpl.
- ResultImpl(long) - Constructor for class PointOfViewServer.ResultImpl
- Main constructor.
- ResultList - interface PointOfViewServer.ResultList.
- This class maintains Result objects using a collection
- ResultListImpl - class PointOfViewServer.ResultListImpl.
- ResultListImpl(ParameterSet) - Constructor for class PointOfViewServer.ResultListImpl
- Main constructor.
- rResults - Variable in class PointOfViewServer.SearchImpl
- removeSubset(int) - Method in class PointOfViewServer.DimensionSubsetListImpl
- Remove dimension from list using an index in parameter.
- removeWord(int) - Method in class PointOfViewServer.WordList
- replace(String, String, String) - Method in class PointOfViewServer.ParameterSet
- reset() - Method in interface PointOfViewServer.Search
- reset() - Method in class PointOfViewServer.SearchImpl
- Reset current search object.
S
- Save(String) - Method in class PointOfViewServer.HtmlPage
- Save the HTML page to the disk using the path specified in parameter
- Search - interface PointOfViewServer.Search.
- This class is an interface used to implement RMI facilities.
- SearchClient - class PointOfViewServer.SearchClient.
- SearchClient() - Constructor for class PointOfViewServer.SearchClient
- SearchImpl - class PointOfViewServer.SearchImpl.
- This class provides a buildQueries and an execute function to execute search (building queries from dimensions, executing them and building results list).
- SearchImpl(ParameterSet, DatabaseConnection) - Constructor for class PointOfViewServer.SearchImpl
- Main constructor.
- SearchServer - class PointOfViewServer.SearchServer.
- SearchServer creates Search object which will be available using RMI interface.
- SearchServer() - Constructor for class PointOfViewServer.SearchServer
- sAdd - Variable in class PointOfViewServer.Affix
- sBody - Variable in class PointOfViewServer.ResultImpl
- sCatField - Variable in class PointOfViewServer.ParameterSet
- sCharSet - Variable in class PointOfViewServer.ResultImpl
- sConLanguage - Variable in class PointOfViewServer.ResultImpl
- sConType - Variable in class PointOfViewServer.ResultImpl
- sCrc32 - Variable in class PointOfViewServer.ParameterSet
- sCrcField - Variable in class PointOfViewServer.ParameterSet
- sDBAddr - Variable in class PointOfViewServer.ParameterSet
- sDBFormat - Variable in class PointOfViewServer.ParameterSet
- sDBHost - Variable in class PointOfViewServer.ParameterSet
- sDBMode - Variable in class PointOfViewServer.ParameterSet
- sDBName - Variable in class PointOfViewServer.ParameterSet
- sDBPass - Variable in class PointOfViewServer.ParameterSet
- sDBPort - Variable in class PointOfViewServer.ParameterSet
- sDBType - Variable in class PointOfViewServer.ParameterSet
- sDBUser - Variable in class PointOfViewServer.ParameterSet
- sExtensions - Variable in class PointOfViewServer.DimensionSubsetExtension
- sFieldToJoin - Variable in class PointOfViewServer.Query
- sFlag - Variable in class PointOfViewServer.Affix
- sFlag - Variable in class PointOfViewServer.Word
- sFoot - Variable in class PointOfViewServer.HtmlPage
- sFrom - Variable in class PointOfViewServer.Query
- sGroup - Variable in class PointOfViewServer.Query
- sHaving - Variable in class PointOfViewServer.Query
- sHeader - Variable in class PointOfViewServer.HtmlPage
- sIspellMode - Variable in class PointOfViewServer.ParameterSet
- sLang - Variable in class PointOfViewServer.Affix
- sLang - Variable in class PointOfViewServer.Word
- sLastModField - Variable in class PointOfViewServer.ParameterSet
- sLocalCharset - Variable in class PointOfViewServer.ParameterSet
- sName - Variable in class PointOfViewServer.DimensionField
- sName - Variable in class PointOfViewServer.DimensionTable
- sName - Variable in class PointOfViewServer.Query
- sNoQuery - Variable in class PointOfViewServer.HtmlPage
- sNoResult - Variable in class PointOfViewServer.HtmlPage
- sOrder - Variable in class PointOfViewServer.Query
- sQueryString - Variable in class PointOfViewServer.DimensionSubsetWord
- sRegexp - Variable in class PointOfViewServer.Affix
- sResult - Variable in class PointOfViewServer.HtmlPage
- sSearchString - Variable in class PointOfViewServer.DimensionSubsetWord
- sSelect - Variable in class PointOfViewServer.Query
- sStopwordFile - Variable in class PointOfViewServer.ParameterSet
- sStopwordTable - Variable in class PointOfViewServer.ParameterSet
- sSub - Variable in class PointOfViewServer.Affix
- sTitle - Variable in class PointOfViewServer.ResultImpl
- sUrl - Variable in class PointOfViewServer.ResultImpl
- sValue - Variable in class PointOfViewServer.DimensionField
- sValue - Variable in class PointOfViewServer.DimensionTable
- sVarDir - Variable in class PointOfViewServer.ParameterSet
- sWhere - Variable in class PointOfViewServer.Query
- sWord - Variable in class PointOfViewServer.Word
- setAdd(String) - Method in class PointOfViewServer.Affix
- setBody(String) - Method in interface PointOfViewServer.Result
- setBody(String) - Method in class PointOfViewServer.ResultImpl
- Set document body.
- setCache(boolean) - Method in class PointOfViewServer.ParameterSet
- setCatField(String) - Method in class PointOfViewServer.ParameterSet
- setCharSet(String) - Method in interface PointOfViewServer.Result
- setCharSet(String) - Method in class PointOfViewServer.ResultImpl
- Set document charset.
- setClones(boolean) - Method in class PointOfViewServer.ParameterSet
- setConLanguage(String) - Method in interface PointOfViewServer.Result
- setConLanguage(String) - Method in class PointOfViewServer.ResultImpl
- Set document language.
- setConType(String) - Method in interface PointOfViewServer.Result
- setConType(String) - Method in class PointOfViewServer.ResultImpl
- Set content type (text,image,mp3,...).
- setCrc32(String) - Method in class PointOfViewServer.ParameterSet
- setCrcField(String) - Method in class PointOfViewServer.ParameterSet
- setDBAddr(String) - Method in class PointOfViewServer.ParameterSet
- setDBFormat(String) - Method in class PointOfViewServer.ParameterSet
- setDBHost(String) - Method in class PointOfViewServer.ParameterSet
- setDBMode(String) - Method in class PointOfViewServer.ParameterSet
- setDBName(String) - Method in class PointOfViewServer.ParameterSet
- setDBPass(String) - Method in class PointOfViewServer.ParameterSet
- setDBPort(String) - Method in class PointOfViewServer.ParameterSet
- setDBType(String) - Method in class PointOfViewServer.ParameterSet
- setDBUser(String) - Method in class PointOfViewServer.ParameterSet
- setDimensions(DimensionSubsetListImpl) - Method in class PointOfViewServer.SearchImpl
- Set dimensions list.
- setDocSize(long) - Method in interface PointOfViewServer.Result
- setDocSize(long) - Method in class PointOfViewServer.ResultImpl
- Set document size.
- setEarliestDate(long) - Method in class PointOfViewServer.DimensionSubsetDate
- Set lower date.
- setExtensions(String) - Method in class PointOfViewServer.DimensionSubsetExtension
- Set lower rank value.
- setFieldToJoin(String) - Method in class PointOfViewServer.Query
- Set field used to join query to another one.
- setFlag(String) - Method in class PointOfViewServer.Affix
- setFlag(String) - Method in class PointOfViewServer.Word
- setFrom(String) - Method in class PointOfViewServer.Query
- Set the "From" clause.
- setGroup(String) - Method in class PointOfViewServer.Query
- Set the "Group by" clause.
- setHaving(String) - Method in class PointOfViewServer.Query
- Set the "Having" clause.
- setIsKey(boolean) - Method in class PointOfViewServer.DimensionField
- Set if the field is key or not.
- setIspellMode(String) - Method in class PointOfViewServer.ParameterSet
- setIspellUsePrefixes(boolean) - Method in class PointOfViewServer.ParameterSet
- setLang(String) - Method in class PointOfViewServer.Affix
- setLang(String) - Method in class PointOfViewServer.Word
- setLastModField(String) - Method in class PointOfViewServer.ParameterSet
- setLastModTime(Date) - Method in interface PointOfViewServer.Result
- setLastModTime(Date) - Method in class PointOfViewServer.ResultImpl
- Set last modified time.
- setLatestDate(long) - Method in class PointOfViewServer.DimensionSubsetDate
- Set upper date.
- setLocalCharset(String) - Method in class PointOfViewServer.ParameterSet
- setMaxRank(double) - Method in class PointOfViewServer.DimensionSubsetRank
- Set upper rank value.
- setMaxWordLength(int) - Method in class PointOfViewServer.ParameterSet
- setMinRank(double) - Method in class PointOfViewServer.DimensionSubsetRank
- Set lower rank value.
- setMinWordLength(int) - Method in class PointOfViewServer.ParameterSet
- setMustGroup(boolean) - Method in class PointOfViewServer.DimensionField
- Set to specify the field as an agregate function (SUM,AVG,MAX,MIN,...).
- setName(String) - Method in class PointOfViewServer.DimensionField
- Set the field name.
- setName(String) - Method in class PointOfViewServer.DimensionTable
- setName(String) - Method in class PointOfViewServer.Query
- Set the name of query.
- setOrder(String) - Method in class PointOfViewServer.Query
- Set the "Order by" clause.
- setOrderNb(int) - Method in class PointOfViewServer.DimensionSubset
- Set position of this element.
- setPhrase(boolean) - Method in class PointOfViewServer.ParameterSet
- setPopRank(double) - Method in interface PointOfViewServer.Result
- setPopRank(double) - Method in class PointOfViewServer.ResultImpl
- Set document popularity rank.
- setQueryString(String) - Method in class PointOfViewServer.DimensionSubsetWord
- Set expression to search.
- setRecID(long) - Method in interface PointOfViewServer.Result
- setRecID(long) - Method in class PointOfViewServer.ResultImpl
- Set document ID.
- setRegexp(String) - Method in class PointOfViewServer.Affix
- setSelect(String) - Method in class PointOfViewServer.Query
- Set the "Select" clause.
- setStopwordFile(String) - Method in class PointOfViewServer.ParameterSet
- setStopwordTable(String) - Method in class PointOfViewServer.ParameterSet
- setSub(String) - Method in class PointOfViewServer.Affix
- setSubsetQuery(Query) - Method in class PointOfViewServer.DimensionSubset
- Set query object.
- setTitle(String) - Method in interface PointOfViewServer.Result
- setTitle(String) - Method in class PointOfViewServer.ResultImpl
- Set document title.
- setTrackQuery(boolean) - Method in class PointOfViewServer.ParameterSet
- setURL(String) - Method in interface PointOfViewServer.Result
- setURL(String) - Method in class PointOfViewServer.ResultImpl
- Set document URL.
- setValue(String) - Method in class PointOfViewServer.DimensionField
- Set the field value.
- setValue(String) - Method in class PointOfViewServer.DimensionTable
- setVarDir(String) - Method in class PointOfViewServer.ParameterSet
- setWhere(String) - Method in class PointOfViewServer.Query
- Set the "Where" clause.
- setWord(String) - Method in class PointOfViewServer.Word
T
- toString() - Method in class PointOfViewServer.Query
- Return concatenation of differents parts of the query.
W
- Word - class PointOfViewServer.Word.
- This class represents a word.
- Word(ParameterSet) - Constructor for class PointOfViewServer.Word
- Word(String, ParameterSet) - Constructor for class PointOfViewServer.Word
- Word(String, String, String) - Constructor for class PointOfViewServer.Word
- WordList - class PointOfViewServer.WordList.
- This class maintains Word objects in a collection
- WordList(ParameterSet) - Constructor for class PointOfViewServer.WordList
- wLinkedwords - Variable in class PointOfViewServer.Word
- wStopwords - Variable in class PointOfViewServer.DimensionSubsetListImpl
- wStopwords - Variable in class PointOfViewServer.DimensionSubsetWord
A B C D E G H I J L M N O P Q R S T W
|
|||||||||
| Home >> All >> [ PointOfViewServer overview ] | PREV NEXT | ||||||||