Basic Authentication for Admin GUI

2014-06-18 Thread Thomas Fischer
/#/ and there is no particular /admin/ branch anymore. Does anybody know how to deal with that situation? Can I move the administration to a new admin directory? Best regards Thomas Fischer

Configuration problem

2014-03-03 Thread Thomas Fischer
Hello, for some reason I have problems to get my local solr system to run (MacBook, tomcat 6.0.35). The setting is solr directories (I use different solr versions at the same time): /srv/solr/solr4.6.1 is the solr home, in solr home is a file solr.xml of the new discovery type (no cores), and

Re: Configuration problem

2014-03-03 Thread Thomas Fischer
Am 03.03.2014 um 22:43 schrieb Shawn Heisey: On 3/3/2014 9:02 AM, Thomas Fischer wrote: The setting is solr directories (I use different solr versions at the same time): /srv/solr/solr4.6.1 is the solr home, in solr home is a file solr.xml of the new discovery type (no cores), and inside

solrconfig.xml

2014-03-03 Thread Thomas Fischer
Hello, I'm sorry to repeat myself but I didn't manage to get out of the thread I inadvertently slipped into. My problem now is this: I have a core geo (with an empty file core.properties inside) and solrconfig.xml at /srv/solr/solr4.6.1/cores/geo/conf/solrconfig.xml following the hint from the

Problems with ICUCollationField

2014-02-19 Thread Thomas Fischer
Hello, I'm migrating to solr 4.6.1 and have problems with the ICUCollationField (apache-solr-ref-guide-4.6.pdf, pp. 31 and 100). I get consistently the error message Error loading class 'solr.ICUCollationField'. even after INFO: Adding

Re: Problems with ICUCollationField

2014-02-19 Thread Thomas Fischer
schrieb Robert Muir: you need the solr analysis-extras jar in your classpath, too. On Wed, Feb 19, 2014 at 6:45 AM, Thomas Fischer fischer...@aon.at wrote: Hello, I'm migrating to solr 4.6.1 and have problems with the ICUCollationField (apache-solr-ref-guide-4.6.pdf, pp. 31 and 100

Re: Problems with ICUCollationField

2014-02-19 Thread Thomas Fischer
/lib in order to use it. is misleading insofar as this README.txt doesn't mention the solr-analysis-extras-4.6.1.jar in dist. Best Thomas Am 19.02.2014 um 14:27 schrieb Robert Muir: you need the solr analysis-extras jar itself, too. On Wed, Feb 19, 2014 at 8:25 AM, Thomas Fischer fischer

Re: Problems with ICUCollationField

2014-02-19 Thread Thomas Fischer
, best Thomas On Wed, Feb 19, 2014 at 9:16 AM, Thomas Fischer fischer...@aon.at wrote: Thanks, that helps! I'm trying to migrate from the now deprecated ICUCollationKeyFilterFactory I used before to the ICUCollationField. Is there any description how to achieve this? First tries now yield

Re: solr.home

2011-12-26 Thread Thomas Fischer
, Thomas Fischer wrote: I'm trying to move forward with my solr system from 1.4 to 3.5 and ran into some problems with solr home. Is this a known problem? My solr 1.4 gives me the following messages (amongst many many others…) in catalina.out: INFO: No /solr/home in JNDI INFO: using

solr.home

2011-12-21 Thread Thomas Fischer
Hello, I'm trying to move forward with my solr system from 1.4 to 3.5 and ran into some problems with solr home. Is this a known problem? My solr 1.4 gives me the following messages (amongst many many others…) in catalina.out: INFO: No /solr/home in JNDI INFO: using system property

wildcard search: Update

2011-07-02 Thread Thomas Fischer
Hello, I'm still struggling with wildcard search in solr. I installed the ComplexPhraseQueryParser which essentially accomplishes what I'm looking for: I can search in my field GOK using phrases with wildcards, e.g. GOK:POF 15?. This works with either solr 1.4.2 or 3.3. What irritates me is

Re: Solr 3.1 indexing error Invalid UTF-8 character 0xffff

2011-06-27 Thread Thomas Fischer
Hello, Am 27.06.2011 um 12:40 schrieb Markus Jelsma: Hi, I came across the indexing error below. It happened in a huge batch update from Nutch with SolrJ 3.1. Since the crawl was huge it is very hard to trace the error back to a specific document. So i try my luck here: anyone seen

Re: wildcard search

2011-06-11 Thread Thomas Fischer
Hi Ahmet, so I created a fake license ComplexPhrase-LICENSE-MIT.txt for ComplexPhrase and tried again, which ran through successfully, I hope this is OK. I didn't used it with solr 3.2. I will check about it. So your GOK field already contains the list as multivalued. Then you can use

Re: wildcard search

2011-06-10 Thread Thomas Fischer
Hi Ahmet, I don't use it myself (but I will soon), so I may be wrong, but did you try to use the ComplexPhraseQueryParser : ComplexPhraseQueryParser QueryParser which permits complex phrase query syntax eg (john jon jonathan~) peters*. It seems that you could do such type

Re: wildcard search

2011-06-08 Thread Thomas Fischer
are: http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters and the admin/analysis page... Best Erick On Tue, Jun 7, 2011 at 6:23 PM, Thomas Fischer fischer...@aon.at wrote: Hello, I am testing solr 3.2 and have problems with wildcards. I am indexing values like IA 300; IC 330; IA 317

Re: wildcard search

2011-06-08 Thread Thomas Fischer
Hi Ludovic, I don't use it myself (but I will soon), so I may be wrong, but did you try to use the ComplexPhraseQueryParser : ComplexPhraseQueryParser QueryParser which permits complex phrase query syntax eg (john jon jonathan~) peters*. It seems that you could do such type

wildcard search

2011-06-07 Thread Thomas Fischer
Hello, I am testing solr 3.2 and have problems with wildcards. I am indexing values like IA 300; IC 330; IA 317; IA 318 in a field GOK, and can't find a way to search with wildcards. I want to use a wild card search to match something like IA 31? but cannot find a way to do so. GOK:IA\ 38*