lucene4s | weight convenience wrapper around Lucene to simplify
kandi X-RAY | lucene4s Summary
kandi X-RAY | lucene4s Summary
lucene4s is a Scala library. lucene4s has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can download it from GitHub.
Light-weight convenience wrapper around Lucene to simplify complex tasks and add Scala sugar.
Light-weight convenience wrapper around Lucene to simplify complex tasks and add Scala sugar.
Support
Quality
Security
License
Reuse
Support
lucene4s has a low active ecosystem.
It has 45 star(s) with 14 fork(s). There are 6 watchers for this library.
It had no major release in the last 6 months.
There are 2 open issues and 7 have been closed. On average issues are closed in 17 days. There are 3 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of lucene4s is current.
Quality
lucene4s has 0 bugs and 0 code smells.
Security
lucene4s has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
lucene4s code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
lucene4s is licensed under the MIT License. This license is Permissive.
Permissive licenses have the least restrictions, and you can use them in most projects.
Reuse
lucene4s releases are not available. You will need to build from source code and install.
Installation instructions, examples and code snippets are available.
It has 2666 lines of code, 332 functions and 57 files.
It has low code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of lucene4s
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of lucene4s
lucene4s Key Features
No Key Features are available at this moment for lucene4s.
lucene4s Examples and Code Snippets
Copy
case class Person(id: Int, firstName: String, lastName: String, age: Int, address: String, city: String, state: String, zip: String)
trait SearchablePerson extends Searchable[Person] {
// This is necessary for update and delete to reference the co
Copy
val location: Field[SpatialPoint] = lucene.create.field[SpatialPoint]("location")
val paged = lucene.query().sort(Sort.nearest(location, SpatialPoint(40.7142, -74.0119))).search()
val newYorkCity = SpatialPoint(40.7142, -74.0119)
val paged = lucene
Copy
val paged = lucene.query().sort(Sort(name)).filter(fuzzy(name("jhn"))).highlight().search()
paged.results.foreach { searchResult =>
val highlighting = searchResult.highlighting(name).head
println(s"Fragment: ${highlighting.fragment}, Word: ${h
Community Discussions
No Community Discussions are available at this moment for lucene4s.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install lucene4s
lucene4s is published to Sonatype OSS and Maven Central currently supporting Scala 2.11, 2.12, 2.13, and 3.0.
Support
lucene4s provides a powerful Macro-based system to generate two-way mappings between case classes and Lucene fields at compile-time. This is accomplished through the use of Searchable. The setup is pretty simple.
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page