|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.search.lucene.LuceneFileExtractor
public class LuceneFileExtractor
| Constructor Summary | |
|---|---|
LuceneFileExtractor()
|
|
| Method Summary | |
|---|---|
org.apache.lucene.document.Field |
getFile(String field,
byte[] bytes,
String fileExt)
|
org.apache.lucene.document.Field |
getFile(String field,
File file,
String fileExt)
|
org.apache.lucene.document.Field |
getFile(String field,
InputStream is,
String fileExt)
|
protected String |
regexpStrip(String text)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LuceneFileExtractor()
| Method Detail |
|---|
public org.apache.lucene.document.Field getFile(String field,
InputStream is,
String fileExt)
public org.apache.lucene.document.Field getFile(String field,
byte[] bytes,
String fileExt)
public org.apache.lucene.document.Field getFile(String field,
File file,
String fileExt)
throws IOException
IOExceptionprotected String regexpStrip(String text)
|
Liferay 6.0.4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||