Solrits - Problem with facing after restart yetty

2009-05-26 Thread Jörg Agatz
Hi.. I tryed the Original stepp by stepp way from solritas, start indexing, ect.. after this i can use the "cat" links in the left sithe of the webfrontend.. Like "*cat:"electronics"*" but when i shutdown the Server, "*strg+C*" in the shell, and restart it with: "*java -Dsolr.solr.home=../contrib

Re: Solrits - Problem with facing after restart yetty

2009-05-26 Thread Jörg Agatz
> >> >> >> > You must be using trunk from last week? A bug got in, but if you grab the > latest, its fixed. > > - Mark > > I use a Nightly Build from 24.05, there is the bug dosent fixet? is it fixed in th enext nightly? i cant use Trunk, because, i cant use SVN behind the Proxy, so i musst use th

Re: Solrits - Problem with facing after restart yetty

2009-05-26 Thread Mark Miller
Jörg Agatz wrote: Hi.. I tryed the Original stepp by stepp way from solritas, start indexing, ect.. after this i can use the "cat" links in the left sithe of the webfrontend.. Like "*cat:"electronics"*" but when i shutdown the Server, "*strg+C*" in the shell, and restart it with: "*java -Dsolr.

Re: Solrits - Problem with facing after restart yetty

2009-05-29 Thread Jörg Agatz
i the Bug fixt in the news Nightliy Bilds?

Re: Solrits - Problem with facing after restart yetty

2009-05-29 Thread Erik Hatcher
I think you're asking if the (very temporary on trunk) faceting bug is fixed. The answer is yes. Erik On May 29, 2009, at 3:10 AM, Jörg Agatz wrote: i the Bug fixt in the news Nightliy Bilds?

Re: Solrits - Problem with facing after restart yetty

2009-05-29 Thread Jörg Agatz
also, i have after using the Nightly bUILD FROM tODY, 29.05.2009 BUT THE sAME ERROR... HTTP ERROR 500 null java.lang.NullPointerException ... ... ... The url is: .../solr/itas?fq=cat:"test" when i tryed .../solr/itas?q=SEARCHWORD&cat:"test" ir worket, links dosent work

Re: Solrits - Problem with facing after restart yetty

2009-05-29 Thread Erik Hatcher
Jorg - the rest of that exception would be mighty handy! Please share the entire details. Erik On May 29, 2009, at 7:38 AM, Jörg Agatz wrote: also, i have after using the Nightly bUILD FROM tODY, 29.05.2009 BUT THE sAME ERROR... HTTP ERROR 500 null java.lang.NullPointerException

Re: Solrits - Problem with facing after restart yetty

2009-05-29 Thread Jörg Agatz
HTTP ERROR: 500 null java.lang.NullPointerException at java.io.StringReader.(StringReader.java:33) at org.apache.lucene.queryParser.QueryParser.parse(QueryParser.java:169) at org.apache.solr.search.LuceneQParser.parse(LuceneQParserPlugin.java:78) at org.apache.sol

Re: Solrits - Problem with facing after restart yetty

2009-05-29 Thread Erik Hatcher
Ah... yes, you removed defType=dismax, which means you need to provide a query. Use q=*:* if you want to find all records (and display all facets). You can also remove q.alt from the parameters, since that is only used with the dismax parser. And likewise the qf parameter. Erik