Class SegmentQuery

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable

    public class SegmentQuery
    extends MultiTermQuery
    Used to represent a particular segement of the query terms
    See Also:
    Serialized Form
    • Constructor Detail

      • SegmentQuery

        public SegmentQuery()
        Constructs an instance of the SegmentQuery.
    • Method Detail

      • get

        public Query get​(int index)
        get Query
        Parameters:
        index -
        Returns:
        Query
      • replace

        public void replace​(int index,
                            Query replacement)
        Replace current query
        Parameters:
        index -
        replacement -