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
- Host: GitHub
- URL: https://github.com/dpressel/lucifr
- Owner: dpressel
- Created: 2015-11-04T05:18:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-04T05:25:20.000Z (about 10 years ago)
- Last Synced: 2025-02-22T22:28:46.270Z (9 months ago)
- Language: R
- Size: 3.78 MB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.