jar

org.graphfoundation.ongdb : ongdb-fulltext-addon

Maven & Gradle

Aug 05, 2022
12.6k stars

ONgDB - Fulltext add-on · Fulltext index addon for neo4j

Table Of Contents

Latest Version

Download org.graphfoundation.ongdb : ongdb-fulltext-addon JAR file - Latest Versions:

All Versions

Download org.graphfoundation.ongdb : ongdb-fulltext-addon JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window ongdb-fulltext-addon-1.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.neo4j.kernel.api.impl.fulltext.integrations.bloom

├─ org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomFulltextConfig.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomKernelExtension.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomKernelExtensionFactory.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.integrations.bloom.BloomProcedures.class - [JAR]

org.neo4j.kernel.api.impl.fulltext

├─ org.neo4j.kernel.api.impl.fulltext.AsyncFulltextIndexOperation.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.FulltextFactory.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.FulltextIndexConfiguration.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.FulltextIndexType.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.FulltextProvider.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.FulltextProviderImpl.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.FulltextTransactionEventUpdater.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.FulltextUpdateApplier.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.LuceneFulltext.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.LuceneFulltextDocumentStructure.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.LuceneFulltextFieldEncoding.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.PartitionedFulltextReader.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.ReadOnlyFulltext.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.ScoreEntityIterator.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.SimpleFulltextReader.class - [JAR]

├─ org.neo4j.kernel.api.impl.fulltext.WritableFulltext.class - [JAR]

Advertisement