Re: Wildcard search in phrase query using spanquery

2010-09-23 Thread Joachim M
Bra1n, Did you ever get this sorted out? I'm having the same problem, Unknown query type "org.apache.lucene.search.WildcardQuery" found in phrase query Thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Wildcard-search-in-phrase-query-using-spanquery-t

Re: Wildcard search in phrase query using spanquery

2010-04-21 Thread Maddy.Jsh
Thanks it worked now. I think building clean ant is what made the difference. I'll work on this a bit more and give you feedbacks. -- View this message in context: http://n3.nabble.com/Wildcard-search-in-phrase-query-using-spanquery-tp729275p741988.html Sent from the Solr - User mailing

Re: Wildcard search in phrase query using spanquery

2010-04-21 Thread Ahmet Arslan
> I tried it by placing ComplexPhrase-1.0.jar in > apache-solr-1.4.0\lib ; > apache-solr-1.4.0\example\lib ; and > apache-solr-1.4.0\example\solr\lib with > the same error You need to copy it to only apache-solr-1.4.0\lib Maybe it is better to get a fresh copy of apache-solr-1.4.0.zip and contin

Re: Wildcard search in phrase query using spanquery

2010-04-21 Thread Maddy.Jsh
w this message in context: http://n3.nabble.com/Wildcard-search-in-phrase-query-using-spanquery-tp729275p739721.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Wildcard search in phrase query using spanquery

2010-04-21 Thread Ahmet Arslan
> > I used command line to build ant this time. > Before calling 'ant dist' where did you copy the ComplexPhrase-1.0.jar? apache-solr-1.4.0\lib or apache-solr-1.4.0\example\lib? > Yes I ran solr using "java -jar start.jar". I did the above > mentioned tasks > but the results were the same.

Re: Wildcard search in phrase query using spanquery

2010-04-21 Thread Maddy.Jsh
apache-solr-1.4.0\dist\ but still I get the same result. -- View this message in context: http://n3.nabble.com/Wildcard-search-in-phrase-query-using-spanquery-tp729275p739666.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Wildcard search in phrase query using spanquery

2010-04-21 Thread Ahmet Arslan
> I used eclipse-jee-galileo-SR2-win32 to build the ant and > selected dist-war > for execution in build. I got the following message. I use command prompt to invoke ant so I am not sure about this. > The solr performed as usual and when I tried adding > &defType=complexphrase > to search url th

Re: Wildcard search in phrase query using spanquery

2010-04-21 Thread Maddy.Jsh
t, did it have anything to do with the error or am I missing something else? -- View this message in context: http://n3.nabble.com/Wildcard-search-in-phrase-query-using-spanquery-tp729275p739475.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Wildcard search in phrase query using spanquery

2010-04-20 Thread Ahmet Arslan
> I tried that and got the following result. Do I have to do > anything other > than the mentioned instructions to make it work? > > HTTP ERROR: 500 > > tried to access field > org.apache.lucene.queryParser.QueryParser.field from > class > org.apache.lucene.queryParser.ComplexPhraseQueryParser$C

Re: Wildcard search in phrase query using spanquery

2010-04-20 Thread Maddy.Jsh
.nabble.com/Wildcard-search-in-phrase-query-using-spanquery-tp729275p731654.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Wildcard search in phrase query using spanquery

2010-04-19 Thread Ahmet Arslan
> I need to perform wildcard search in phrase query. I have 2 > documents > containing text "how do impair" and "how to improve". I > want to be able to > search both documents by searching (how to im*). There is a > provision in > lucene which allows me to perform this operation using > SpanWildca

Wildcard search in phrase query using spanquery

2010-04-19 Thread Maddy.Jsh
? Any suggestions Maddy. -- View this message in context: http://n3.nabble.com/Wildcard-search-in-phrase-query-using-spanquery-tp729275p729275.html Sent from the Solr - User mailing list archive at Nabble.com.