Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.telefonicasoluciones.search.server
Class HLSearch  view HLSearch download HLSearch.java

java.lang.Object
  extended bycom.telefonicasoluciones.search.server.HLSearch

public class HLSearch
extends java.lang.Object


Field Summary
private  HLHandler hls
           
private  org.apache.lucene.store.Directory indexDirectory
           
private  java.util.ArrayList result
           
private  int totalMatches
           
 
Constructor Summary
HLSearch(HLHandler newHls)
          Construye un objeto HLSearch, recibe un HLConfig.
 
Method Summary
 java.util.ArrayList getResults()
          Retorna una Enumeración de resultados.
 int getTotalMatches()
          Retorna el total de resultados encontrados.
 void search(java.util.HashMap terms)
          Busca dentro de los indices.
 void search(java.lang.String[] key, java.lang.String match)
          Busca dentro de los indices.
 void search(java.lang.String key, java.lang.String match)
          Busca dentro de los indices.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hls

private HLHandler hls

indexDirectory

private org.apache.lucene.store.Directory indexDirectory

totalMatches

private int totalMatches

result

private java.util.ArrayList result
Constructor Detail

HLSearch

public HLSearch(HLHandler newHls)
         throws java.io.IOException
Construye un objeto HLSearch, recibe un HLConfig.

Method Detail

getResults

public java.util.ArrayList getResults()
Retorna una Enumeración de resultados. Creation date: (14/11/2001 8:29:30)


getTotalMatches

public int getTotalMatches()
Retorna el total de resultados encontrados. Creation date: (19/11/2001 17:35:28)


search

public void search(java.lang.String key,
                   java.lang.String match)
            throws java.io.IOException
Busca dentro de los indices. Creation date: (19/11/2001 17:35:28)


search

public void search(java.lang.String[] key,
                   java.lang.String match)
            throws java.io.IOException
Busca dentro de los indices. Creation date: (19/11/2001 17:35:28)


search

public void search(java.util.HashMap terms)
            throws java.io.IOException
Busca dentro de los indices. Creation date: (19/11/2001 17:35:28)