RE: Default Logging: OFF

2008-02-13 Thread Fuad Efendi
Would be nice to set default logging OFF. - improved performance - no need to open admin console after each (possible automated) SOLR restart - no need to alter files outside SOLR (security...) What I see from Admin Console is small subset of standard Java logging API: [ALL] [CONFIG] [FINE] [FINER

Token startOffsets with HtmlStripReader

2008-02-13 Thread Chris Harris
https://issues.apache.org/jira/browse/SOLR-42 changed the HtmlStripReader so that Tokens from a TokenStream made with HTMLStripWhitespaceTokenizerFactory would have the correct Token.startOffset() values. If I'm not mistaken, though, the HtmlStripReader in trunk still doesn't get offsets quite righ

RE: Doub't in the way lucene works

2008-02-13 Thread Stu Hood
Hello Roopesh, What you are seeing is called 'Stemming'. Stemming takes tokens and reduces them to their language specific prefixes. So for instance, when you search for attach, you get the word 'attachment', which shares a common English language specific prefix. Newsletter is an interesting

Re: Multicore - Querying unloaded core returns results from default

2008-02-13 Thread Andy Olliver
This code in SolrDispatchFilter seems to pick first known core in cases where core name is not recognised. ## if( core == null ) { Collection cores = multicore.getCores(); if( cores != null && cores.size() > 0 ) { core = cores.iterator().next(); }

Multicore - Querying unloaded core returns results from default

2008-02-13 Thread Andy Olliver
Hi When using multiple cores I can query loaded cores using: http://localhost:8080/solr-HEAD/[CORE_NAME]/select? and all works nicely. I can also query non-loaded cores and get a response from the default core. http://localhost:8080/solr-HEAD/[NON_EXISTENT_CORE]/select? Would it be best f

Re: Multicore - Unload / Reload

2008-02-13 Thread Andy Olliver
OK - now got trunk + solr-350.patch running nicely. (There has been a small change to SolrResourceLoader.java since patch creation - I can post an updated patch for review if I make any successful changes.) Out of the methods defined in MultiCoreAction, not all are implemented: STATUS - works nice

Boosting a token with space at the end

2008-02-13 Thread Yerraguntla
Hi, I have to search on Company Names, which contain multiple words. Some of the examples are Micro Image Systems, Microsoft Corp, Sun Microsystems, Advanced Micro systems. For the above example when the search is for micro, the expected results order is Micro Image Systems Advanced Micr

Re: Default Logging: OFF

2008-02-13 Thread Bill Au
http://wiki.apache.org/solr/FAQ?highlight=%28logging%29#head-ffe035452f21ffdb4e4658c2f8f6553bd6ca Solr uses JDK standard logging so you should be able to change its log level as part of the configuration of your container. The admin GUI can also be used to change the logging level once Solr is

[jira] Resolved: (SOLR-473) [solr-ruby]: Improve RDoc documentation

2008-02-13 Thread Erik Hatcher (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik Hatcher resolved SOLR-473. --- Resolution: Fixed Fix Version/s: 1.3 Assignee: Erik Hatcher Thanks Chris! Keep the do