textmogrify.lucene

Members list

Type members

Classlikes

sealed abstract class AnalyzerBuilder

Build an Analyzer or tokenizer function

Build an Analyzer or tokenizer function

Attributes

Companion
object
Source
AnalyzerBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Companion
class
Source
AnalyzerBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
sealed abstract case class AnalyzerPipe[F[_]](readerF: Reader => Resource[F, TokenGetter])(implicit F: Async[F])

AnalyzerPipe provides methods to tokenize a possibly very long Stream[F, String] or Stream[F, Byte], such as from a file.

AnalyzerPipe provides methods to tokenize a possibly very long Stream[F, String] or Stream[F, Byte], such as from a file. When possible, prefer starting with a Stream[F, Byte] and use tokenizeBytes.

Attributes

Companion
object
Source
AnalyzerPipe.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object AnalyzerPipe

Attributes

Companion
class
Source
AnalyzerPipe.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
AnalyzerResource.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
AnalyzerBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
final case class Config(lowerCase: Boolean, foldASCII: Boolean, defaultStopWords: Boolean, customStopWords: Set[String])

Attributes

Companion
object
Source
AnalyzerBuilder.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Config

Attributes

Companion
class
Source
AnalyzerBuilder.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Config.type

Attributes

Source
AnalyzerBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
AnalyzerBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
AnalyzerBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
AnalyzerBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
AnalyzerBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
AnalyzerBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
AnalyzerBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Source
AnalyzerBuilder.scala
Supertypes
class Object
trait Matchable
class Any
Self type
object Tokenizer

Attributes

Source
Tokenizer.scala
Supertypes
class Object
trait Matchable
class Any
Self type
Tokenizer.type