You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by avrootshell <av...@roomity.com> on 2005/06/09 18:04:00 UTC

Exception in full text search

Hello,

    I'm able to create index file for full text search.And i'm sure it 
has the required entries as i have traced the traversal path through the 
tables i have specified. And also documents are added to the index file.

But when i specify some string to search,it throws an exception like this.


.E
Time: 0.234
There was 1 error:
1) 
testSrch(com.board.fts.FtsSearchCmdTest)java.lang.NullPointerException: 
null values not allowed
	at 
org.apache.commons.collections.map.ReferenceMap.put(ReferenceMap.java:571)
	at com.sandra.servicer.txtsrch.SrchMan.search(SrchMan.java:108)
	at com.board.fts.FtsSearchCmd.execute(FtsSearchCmd.java)
	at com.board.fts.FtsSearchCmdTest.testSrch(FtsSearchCmdTest.java)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at com.board.fts.FtsSearchCmdTest.main(FtsSearchCmdTest.java)

FAILURES!!!
Tests run: 1,  Failures: 0,  Errors: 1


Is there any way to view the contents of index file which has been created?
If anyone comes up with some suggesions for this kind of error,I appreciate.

TIA,


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org


Re: Exception in full text search

Posted by Bernhard Messer <bm...@apache.org>.
hi,

"luke" is an OpenSource utility which allows you to analyze and modify 
lucene's index internals. It can be downloaded from 
http://www.getopt.org/luke/

Bernhard


avrootshell wrote:

> Hello,
>
>    I'm able to create index file for full text search.And i'm sure it 
> has the required entries as i have traced the traversal path through 
> the tables i have specified. And also documents are added to the index 
> file.
>
> But when i specify some string to search,it throws an exception like 
> this.
>
>
> .E
> Time: 0.234
> There was 1 error:
> 1) 
> testSrch(com.board.fts.FtsSearchCmdTest)java.lang.NullPointerException: 
> null values not allowed
>     at 
> org.apache.commons.collections.map.ReferenceMap.put(ReferenceMap.java:571) 
>
>     at com.sandra.servicer.txtsrch.SrchMan.search(SrchMan.java:108)
>     at com.board.fts.FtsSearchCmd.execute(FtsSearchCmd.java)
>     at com.board.fts.FtsSearchCmdTest.testSrch(FtsSearchCmdTest.java)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>     at com.board.fts.FtsSearchCmdTest.main(FtsSearchCmdTest.java)
>
> FAILURES!!!
> Tests run: 1,  Failures: 0,  Errors: 1
>
>
> Is there any way to view the contents of index file which has been 
> created?
> If anyone comes up with some suggesions for this kind of error,I 
> appreciate.
>
> TIA,
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-dev-help@lucene.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org