siren-aggregator 1.0 API

Packages 
Package Description
org.sindice.siren.analysis
Analyzer for indexing JSON content.
org.sindice.siren.analysis.attributes
Token's attributes used during JSON indexing
org.sindice.siren.analysis.filter
Token's filters used for term processing, URI processing and JSON indexing.
org.sindice.siren.demo
A simple demo of the SIREn core API.
org.sindice.siren.demo.bnb
A demo based on the British National Bibliography dataset.
org.sindice.siren.demo.movie
A demo based on the Movie dataset from the Web Data Management book.
org.sindice.siren.demo.ncpr  
org.sindice.siren.index
Abstraction over the encoding and decoding of the node-based inverted index data structure.
org.sindice.siren.index.codecs.block
Abstraction over the encoding and decoding of the block-based posting format.
org.sindice.siren.index.codecs.siren10
Implementation of the encoding and decoding of the block-based postings format for SIREn 1.0.
org.sindice.siren.qparser.json
A JSON query parser implemented with Jackson and the Lucene's Flexible Query Parser.
org.sindice.siren.qparser.json.builders
SIREn's JSON query node builders.
org.sindice.siren.qparser.json.config
SIREn's JSON query configuration.
org.sindice.siren.qparser.json.dsl
DSL for building SIREn's JSON queries.
org.sindice.siren.qparser.json.nodes
SIREn's JSON query nodes.
org.sindice.siren.qparser.json.parser
SIREn's JSON query node processors.
org.sindice.siren.qparser.json.processors
SIREn's JSON syntax parser.
org.sindice.siren.qparser.keyword
A keyword query parser implemented with the Lucene's Flexible Query Parser, with support for twig queries.
org.sindice.siren.qparser.keyword.builders
Create a Query object from the processed QueryNode tree using a bottom-up approach.
org.sindice.siren.qparser.keyword.config
Set of parameters for configuring the behaviour of the query processing.
org.sindice.siren.qparser.keyword.nodes
QueryNodes created by the KeywordSyntaxParser to support the SIREn query API.
org.sindice.siren.qparser.keyword.processors
Set of QueryNodeProcessor used to alter the QueryNode tree created by the KeywordSyntaxParser.
org.sindice.siren.search.node
Programmatic API to search node-based inverted indexes.
org.sindice.siren.similarity
This package contains the various ranking models that can be used in SIREn.
org.sindice.siren.solr.analysis
Analysis factories for the SIREn analyzers.
org.sindice.siren.solr.qparser
Abstraction of the SIREn query parser plugin
org.sindice.siren.solr.qparser.json
Implementation of the JSON query parser plugin
org.sindice.siren.solr.qparser.keyword
Implementation of the Keyword query parser plugin
org.sindice.siren.solr.schema
Extension of the Solr schema for SIREn's Datatype
org.sindice.siren.util
This package contains some utility classes.

Copyright © 2014. All rights reserved.