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-tp729275p1568402.h
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 list arc
> 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
Ahmet Arslan wrote:
>
>
> 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?
>
>
>
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\e
>
> 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.
I used command line to build ant this time.
Ahmet Arslan wrote:
>
>
> Are you running solr using "java -jar start.jar"?
> If yes you need to re-name
> apache-solr-1.4.0\dist\apache-solr-1.4.1-dev.war to solr.war and put it
> under apache-solr-1.4.0\example\webapps
>
> Also you may need to de
> 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
I used eclipse-jee-galileo-SR2-win32 to build the ant and selected dist-war
for execution in build. I got the following message.
Buildfile: D:\apache-solr-1.4.0\build.xml
init-forrest-entities:
compile-solrj:
compile:
[javac] Compiling 1 source file to D:\apache-solr-1.4.0\build\solr
[jav
> 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
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$ComplexPhraseQuery
j
> 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
11 matches
Mail list logo