java.lang.Object
com.telefonicasoluciones.search.server.HLSearch
- public class HLSearch
- extends java.lang.Object
|
Constructor Summary |
HLSearch(HLHandler newHls)
Construye un objeto HLSearch, recibe un HLConfig. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
hls
private HLHandler hls
indexDirectory
private org.apache.lucene.store.Directory indexDirectory
totalMatches
private int totalMatches
result
private java.util.ArrayList result
HLSearch
public HLSearch(HLHandler newHls)
throws java.io.IOException
- Construye un objeto HLSearch, recibe un HLConfig.
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)