An open API service indexing awesome lists of open source software.

https://github.com/dpressel/lucifr

Lucene Interface for R
https://github.com/dpressel/lucifr

Last synced: about 2 months ago
JSON representation

Lucene Interface for R

Awesome Lists containing this project

README

          

# lucifR
Lucene Interface for R

This project is a demonstration to show how Rjava can be used to access a Java library from R and make use of it simply.
The 3 main things you can currently do with this package are index data frames to a lucene index by column, search columns with a MultiFieldQueryParser, and parse R strings using Lucene analyzers.