Fork me on GitHub
  • API

    Show / Hide Table of Contents

    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. The Expressions Module for Apache Lucene - The abstractions and simple utilities for common operations like sorting on an expression
    2. Lucene.Net.Expressions.JS - A compiler for a subset of JavaScript expressions

    For sample code showing how to use the API, see Expression.

    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.