mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Initial module setup
This commit is contained in:
@ -0,0 +1,12 @@
|
||||
package docspell.ftssolr
|
||||
|
||||
import fs2.Stream
|
||||
import docspell.ftsclient._
|
||||
|
||||
final class SolrFtsClient[F[_]] extends FtsClient[F] {
|
||||
|
||||
def searchBasic(q: FtsQuery): Stream[F, FtsBasicResult] =
|
||||
???
|
||||
def indexData(data: TextData): F[Unit] =
|
||||
???
|
||||
}
|
Reference in New Issue
Block a user