|
Carrot2 v3.6.0-SNAPSHOT
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.source.MultipageSearchEngineMetadata
public final class MultipageSearchEngineMetadata
Metadata describing MultipageSearchEngine characteristics.
| Field Summary | |
|---|---|
boolean |
incrementByPage
If false, the start position of the search is determined by the
result index, which is the case for most search engines. |
int |
maxResultIndex
Maximum reachable result index. |
int |
resultsPerPage
Maximum number of results returned per page. |
| Constructor Summary | |
|---|---|
MultipageSearchEngineMetadata(int resultsPerPage,
int maxResultIndex)
Creates search engine metadata with incrementByPage set to
false. |
|
MultipageSearchEngineMetadata(int resultsPerPage,
int maxResultIndex,
boolean incrementByPage)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int resultsPerPage
public final int maxResultIndex
public final boolean incrementByPage
false, the start position of the search is determined by the
result index, which is the case for most search engines. If true,
the start position is determined by the page index.
| Constructor Detail |
|---|
public MultipageSearchEngineMetadata(int resultsPerPage,
int maxResultIndex)
incrementByPage set to
false.
public MultipageSearchEngineMetadata(int resultsPerPage,
int maxResultIndex,
boolean incrementByPage)
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||