lightdb-lucene
lightdb-lucene
API
lightdb.lucene
index
BigDecimalField
DoubleField
FloatField
IntField
LongField
StringField
TokenizedField
LuceneFilter
LuceneIndexedField
LuceneIndexer
IndexedFieldBuilder
option
LucenePageContext
LuceneSupport
lightdb-lucene
/
lightdb.lucene
/
LuceneIndexer
/
IndexedFieldBuilder
/
option
option
lightdb.lucene.LuceneIndexer.IndexedFieldBuilder.option
object
option
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
option
.
type
Members list
Clear all
Value members
Concrete methods
def
bigDecimal
(
f
:
D
=>
Option
[
BigDecimal
]):
BigDecimalField
[
D
]
def
double
(
f
:
D
=>
Option
[
Double
]):
DoubleField
[
D
]
def
float
(
f
:
D
=>
Option
[
Float
]):
FloatField
[
D
]
def
id
[
T
](
f
:
D
=>
Option
[
Id
[
T
]],
store
:
Boolean
):
StringField
[
D
]
def
int
(
f
:
D
=>
Option
[
Int
]):
IntField
[
D
]
def
long
(
f
:
D
=>
Option
[
Long
]):
LongField
[
D
]
def
string
(
f
:
D
=>
Option
[
String
],
store
:
Boolean
):
StringField
[
D
]
def
tokenized
(
f
:
D
=>
Option
[
String
]):
TokenizedField
[
D
]
In this article
Attributes
Members list
Value members
Concrete methods