[
https://issues.apache.org/jira/browse/GORA-266?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16400601#comment-16400601
]
ASF GitHub Bot commented on GORA-266:
-------------------------------------
Github user renato2099 commented on a diff in the pull request:
https://github.com/apache/gora/pull/131#discussion_r174715638
--- Diff: gora-core/src/main/java/org/apache/gora/avro/store/AvroStore.java
---
@@ -50,8 +48,7 @@
* An adapter DataStore for binary-compatible Avro serializations.
* AvroDataStore supports Binary and JSON serializations.
*/
-public class AvroStore<K, T extends PersistentBase>
-extends FileBackedDataStoreBase<K, T> implements Configurable {
+public class AvroStore<K, T extends PersistentBase> extends
FileBackedDataStoreBase<K, T> implements Configurable {
--- End diff --
nitpick:
Didn't we have a format checker to not to allow lines longer than XX
characters?
> Lucene datastore for Gora
> -------------------------
>
> Key: GORA-266
> URL: https://issues.apache.org/jira/browse/GORA-266
> Project: Apache Gora
> Issue Type: New Feature
> Components: gora-lucene
> Reporter: Lewis John McGibbney
> Assignee: Lewis John McGibbney
> Priority: Minor
> Labels: features
> Fix For: 0.9
>
> Attachments: GORA-266.patch
>
>
> Sometimes we don't need to set up, administer, maintain and configure a
> running solr server(s).
> Sometime we just want to write to Lucene index files and read directly from
> them.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)