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

com.github.ddth.lucext.utils.LucextUtils Maven / Gradle / Ivy

The newest version!
package com.github.ddth.lucext.utils;

import org.apache.lucene.search.Query;

/**
 * Lucext utility class.
 * 
 * @author Thanh Nguyen 
 * @since 0.3.0
 */
public class LucextUtils {
    /**
     * Build the query to search for an exact term.
     * 
     * @param field
     * @param value
     * @return
     */
    public static Query searchExactlyFor(String field, Object value) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy