All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cene.lucene-expressions.6.2.0.source-code.overview.html Maven / Gradle / Ivy



  
    Apache Lucene Expressions Module
  
  

  

The Expressions Module for Apache Lucene

The expressions module is new to Lucene 4.6. It provides an API for dynamically computing per-document values based on string expressions.

The module is organized in two sections:

  1. {@link org.apache.lucene.expressions} - The abstractions and simple utilities for common operations like sorting on an expression
  2. {@link org.apache.lucene.expressions.js} - A compiler for a subset of JavaScript expressions

For sample code showing how to use the API, see {@link org.apache.lucene.expressions.Expression}.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy