Re: Federated search in Solr - proposal

2012-05-10 Thread Jan Høydahl
think a good way to work with the Solr community on this is to create some JIRA issues, one mother issue and sub-issues for each component, then communicate frequently in those and here on the list as you get started, to get early feedback - as opposed to dumping a final solution in one go. -

Re: wiki software

2012-05-23 Thread Jan Høydahl
thout being held up by the need to rewrite everything, and we do not need to keep updating two systems. -- Jan Høydahl, search solution architect Cominvent AS - www.facebook.com/Cominvent Solr Training - www.solrtraining.com On 23. mai 2012, at 22:49, Grant Ingersoll wrote: > > On May 19, 20

Re: Welcome Adrien Grand as a new Lucene/Solr committer

2012-06-14 Thread Jan Høydahl
Welcome to the team, Adrien! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 7. juni 2012, at 20:11, Michael McCandless wrote: > I'm pleased to announce that Adrien Grand has joined our ranks as a > committer. >

Re: Welcome Greg Bowyer

2012-06-21 Thread Jan Høydahl
Welcome Greg! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 21. juni 2012, at 12:56, Erick Erickson wrote: > I'm pleased to announce that Greg Bowyer has been added as a > Lucene/Solr committer. > > Greg: &

Re: [JENKINS] Lucene-Solr-NightlyTests-trunk - Build # 7 - Failure

2012-08-18 Thread Jan Høydahl
> [...truncated 591 lines...] > javadocs-lint: > [exec] > [exec] Crawl/parse... > [exec] > [exec] Verify... > [exec] > [exec] build/docs/api/org/apache/solr/util/SimplePostTool.html > [exec] BROKEN ANCHOR: > build/docs/api/org/apache/solr/util/SimplePostTool.html#u

Re: Spatial field names in Solr

2012-09-19 Thread Jan Høydahl
th are needed due to features/performance? If we want people to use the new spatial over the old, the exampledocs should also index&query store locations using the new field -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 19. sep. 20

softCommitWithin ??

2012-09-24 Thread Jan Høydahl
Hi, In 4.0, it was talked about defaulting the update request parameter ?commitWithin=nnn to do softCommit (SOLR-2193, SOLR-2565). Was that ever done, or is there a separate ?softCommitWithin=nnn option? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training

Re: softCommitWithin ??

2012-09-26 Thread Jan Høydahl
Anyone have a clue about this? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 24. sep. 2012 kl. 19:19 skrev Jan Høydahl : > Hi, > > In 4.0, it was talked about defaulting the update request parameter > ?commitWith

JIRA components update

2012-03-14 Thread Jan Høydahl
Hi, I've not found a suitable JIRA component to put DisMax issues in, so I added a new component called "query parsers". There may be other components missing as well, such as SolrCloud? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.co

Re: 3.6 branching

2012-03-22 Thread Jan Høydahl
+1. Keep it simple -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 22. mars 2012, at 12:48, Robert Muir wrote: > Hello, > > I propose for 3.6 that we don't create a release branch but just use > our branch_

Re: [JENKINS] Solr-3.x - Build # 642 - Failure

2012-03-26 Thread Jan Høydahl
build Solr3 and Solr4 correctly. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 26. mars 2012, at 19:33, Robert Muir wrote: > On Mon, Mar 26, 2012 at 1:28 PM, Christian Moen wrote: >> Uwe and Robert, >> >> T

Re: switch jars to ivy mechanism?

2012-03-27 Thread Jan Høydahl
+1 to test out Ivy, been thinking about it before as well -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 27. mars 2012, at 22:59, Robert Muir wrote: > On Tue, Mar 27, 2012 at 4:50 PM, Steven A Rowe wrote: >> >&g

Re: ivy.

2012-03-30 Thread Jan Høydahl
That's correct - svn up cannot guarantee that you can jump on a plane and build Solr. But I think this will do: svn up; ant resolve -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 30. mars 2012, at 22:52, Eric Pugh wrote:

Re: How to make tarballs

2012-04-10 Thread Jan Høydahl
Have you tried "ant dist"? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 9. apr. 2012, at 22:22, Benson Margulies wrote: > While waiting for the NB's to get better, I'd like to make my own Solr > ta

eDismax pf2 and pf3

2012-04-11 Thread Jan Høydahl
e are only two words. The offending code is: if (null == fields || fields.isEmpty() || null == clauses || clauses.size() <= shingleSize ) return; -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Tra

Re: eDismax pf2 and pf3

2012-04-11 Thread Jan Høydahl
SOLR-3352 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 12. apr. 2012, at 02:10, Yonik Seeley wrote: > On Wed, Apr 11, 2012 at 7:40 PM, Jan Høydahl wrote: >> Testing pf2 and pf3. I thought that when using pf2=myfie

Re: Show Logging In Solr UI?

2012-04-13 Thread Jan Høydahl
Hi, Could be useful, but we should not depend on anything else than slf4j. Would be useful if slf4j provided hooks for us to subscribe to log events, but it doesn't :( Could you do it with reflection? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Tra

Documentation of boolean FunctionQueries

2012-04-17 Thread Jan Høydahl
Hi, I've given a stab on documenting the boolean Functions which Yonik added in SOLR-2136 http://wiki.apache.org/solr/FunctionQuery#Boolean_Functions I'm not a wizard on these, maybe I've forgotten some as well. Peer review appreciated. -- Jan Høydahl, search solution arch

Re: Upgrading Java on my Mac and IntelliJ

2012-04-17 Thread Jan Høydahl
2F22%2Fscript-pour-installer-le-jdk-5-sur-macosx-lion%2F -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 17. apr. 2012, at 20:25, Erick Erickson wrote: > An interesting thing happened on my Mac when I upgraded to: version >

NGramFilterFactory missing from Wiki?

2011-02-24 Thread Jan Høydahl
Looking at http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters Am I missing something or should the NGramFilterFactory be described on this page? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com

Example schema - fieldType phonetic

2011-02-24 Thread Jan Høydahl
Hi, The fieldtype "phonetic" is currently defined as But isn't it more "correct" using PhoneticFilterFactory? -- Jan Høydahl Gründer & senior architect Cominvent AS, Stabekk, Norway w

Re: Example schema - fieldType phonetic

2011-02-24 Thread Jan Høydahl
ancedDoubleMetaphone" or similar? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 24. feb. 2011, at 16.54, Ryan McKinley wrote: > The DoubleMetaphoneEncoder is slightly different then the standard > Encoder-- it has two phonetic options rather then one. Us

Re: NGramFilterFactory missing from Wiki?

2011-02-24 Thread Jan Høydahl
Continue in SOLR-2379 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 24. feb. 2011, at 17.15, Yonik Seeley wrote: > On Thu, Feb 24, 2011 at 4:00 AM, Jan Høydahl wrote: >> Looking at http://wiki.apache.org/solr/AnalyzersTokenizersTokenFilters >>

Re: Example schema - fieldType phonetic

2011-02-25 Thread Jan Høydahl
Then it's funny that only the PhoneticFilter is mentioned on the WIKI while the DoubleMetaphone is not? What would be the correct way to resolve this mismatch aside from fixing the documentation? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 24. feb. 201

Re: Example schema - fieldType phonetic

2011-02-25 Thread Jan Høydahl
Technically it would be possible for the PhoneticFilterFactory to return a DoubleMetaphoneFilter for that specific case. Otherwise it would be better to just remove support for DoubleMetaphone from the PhoneticFilterFactory and refer to the specialized factory? -- Jan Høydahl, search solution

Re: Solr search in database and documents

2011-03-25 Thread Jan Høydahl
Hi, There are several options, and we'll happily answer your question, but not here on the developers mailing list. Please ask user questions on the user mailing list. See http://wiki.apache.org/solr/UsingMailingLists -- Jan Høydahl, search solution architect Cominvent AS - www.cominven

Re: [VOTE] Lucene 3.1.0 RC3

2011-03-28 Thread Jan Høydahl
et the example and tutorial still work OOTB but as soon as you deploy solr.war to production you're forced to explicitly decide what logging to use. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 27. mars 2011, at 04.07, Grant Ingersoll wrote: > Artif

Re: [jira] [Commented] (SOLR-2417) Allow explain info directly to response documents

2011-03-29 Thread Jan Høydahl
distance: &fl=title,mydistance ...will give the distance from a geospatial calculation in the mydistance field. API users would treat it exactly the same as an ordinary field. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 29. mars 2011, at 16.30, Yonik S

Re: Unsupported encoding GB18030

2011-04-02 Thread Jan Høydahl
ow charsets not guaranteed to be supported. In my opinion this file belongs in the test suite, also since it only contains "test" content, unsuitable for demoing. +1 to remove gb18030-example.xml from exampledocs. Not sure if it should be moved to a unit test. -- Jan Høydahl, search so

Re: Unsupported encoding GB18030

2011-04-04 Thread Jan Høydahl
ch was auto-updated from 1.5 to 1.6. After completely uninstalling Java and re-installing jdk-6u24-windows-i586.exe the GB18030 encoding is supported. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Unsupported encoding GB18030

2011-04-04 Thread Jan Høydahl
e.org/solr/SolrInstall about the need for JDK for international charsets.. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 4. apr. 2011, at 17.06, Uwe Schindler wrote: > To come back to the original issue: > If you are using a pure JRE installed in your operat

Re: Images on Wiki kaput

2011-04-11 Thread Jan Høydahl
All attachments on the wiki are disabled, I think for security reasons? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 11. apr. 2011, at 18.39, Otis Gospodnetic wrote: > Hi, > > I was looking at > http://wiki.apache.org/solr/Sol

Commit SOLR-2383 ?

2011-04-11 Thread Jan Høydahl
SOLR-2383 fixes some annoying limitations of Velocity GUI. It's not perfect, but better than the current hardcoding. I'd love for someone to test it and consider committing. -- Jan Høydahl, search solution architect Cominvent AS - www.com

Re: PipeLine for Solr

2011-04-18 Thread Jan Høydahl
that there is one preferred pipeline where the community can gather their effort in writing re-usable processing stages. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 18. apr. 2011, at 12.37, Roland Villemoes wrote: > Hi All, > > I know this question may h

Re: solr-3.1.0 bug/multicore

2011-04-18 Thread Jan Høydahl
Hi, Welcome to the Solr community, and thanks for contributing! It's actually pretty easy to create a JIRA issue. First, register a new account in JIRA and then create a new issue. Here's a Wiki page helping you on the way: http://wiki.apache.org/solr/HowToContribute -- Jan Høyda

Re: solr-3.1.0 bug/multicore

2011-04-18 Thread Jan Høydahl
Atually, there is an issue https://issues.apache.org/jira/browse/SOLR-2333 already for this, you can attach your patch to that one :) -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com On 18. apr. 2011, at 20.26, Jan Høydahl wrote: > Hi, > > Welcome to

Re: [jira] [Updated] (SOLR-2540) CommitWithin as an Update Request parameter

2011-05-24 Thread Jan Høydahl
Thanks, What's your definition of a JIRA contributor vs just a member of the community uploading patches to JIRA? Would it make sense to assign issues I'm working on to me, even if I'm not a committer? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com

Re: Welcome Jan Høydahl as Lucene/Solr committer

2011-06-14 Thread Jan Høydahl
projects, I've learnt a thing or two which I'm now doing my best to share with my customers and the community. Now hopefully more of that will be as code. One of the first areas I'm hoping to help is UpdateChain related stuff as well as Norwegian/Nordic language support. ht

Re: Lucene 3.3 release soon?

2011-06-21 Thread Jan Høydahl
Grouping is really worth a release! But if group count in facet is within reach, wait for that! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 21. juni 2011, at 05.53, Bill Bell wrote: > +1 wait for grouping post facet cou

Re: Lucene 3.3 release soon?

2011-06-21 Thread Jan Høydahl
things up. Of course this should never be an excuse for squeezing in immature code. The next train will come around soon enough anyway... -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 21. juni 2011, at 20.33, DM Smith wrote:

Need to create new version 3.4 in JIRA

2011-06-26 Thread Jan Høydahl
Now that 3.3 is being shipped we need 3.4 version in JIRA. I seem not to have rights for this -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com - To unsubscribe, e

Re: Need to create new version 3.4 in JIRA

2011-06-26 Thread Jan Høydahl
Perhaps you did it only on the LUCENE JIRA? I had to create it for SOLR just now. Thanks for Admin karma Simon :) -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 26. juni 2011, at 13.04, Robert Muir wrote: > I created this

Re: [VOTE] Drop Java 5 support for trunk (Lucene 4.0)

2011-06-27 Thread Jan Høydahl
+1 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 27. juni 2011, at 19.38, Simon Willnauer wrote: > This issue has been discussed on various occasions and lately on > LUCENE-3239 (https://issues.apache.org/jira/browse/

Re: [VOTE]: Accept Kuromoji code donation to Apache Lucene

2011-08-08 Thread Jan Høydahl
+1 - great contribution, I've seen the code demonstrated! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 8. aug. 2011, at 10.22, Simon Willnauer wrote: > We are currently working on a code grant for the "Kuro

Re: more granular updateRequestProcessorChain

2011-08-31 Thread Jan Høydahl
Hi, Can you explain the wanted functional result of your copy operation? I've done copying fields in processors without trouble. What do you want to do with the Lucene Document? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.co

Web site updated

2011-08-31 Thread Jan Høydahl
Hi, After committing SOLR-2454 and SOLR-2687 I have now updated the solr site (from trunk). Should propagate soon. If any problems, old /www/lucene.apache.org/solr is backed up as solr.old.janhoy :) -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training

Heads up for a few planned commit's

2011-09-05 Thread Jan Høydahl
ack on any of these! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional comm

Re: How to serach on specific file types ?

2011-09-12 Thread Jan Høydahl
Hi, You have asked a user question on the Developers mailing list. Please ask it again on the "solr-user" list, and make sure to include a LOT of more context if you want a good answer. Reading through http://wiki.apache.org/solr/UsingMailingLists first is a good place to star

Re: [VOTE] Release Lucene/Solr 3.4.0, RC1

2011-09-14 Thread Jan Høydahl
Good! I'm +1 although I did not do any testing other than using latest 3x branch locally. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 13. sep. 2011, at 12:33, Michael McCandless wrote: > This VOTE has passed! &

Re: Trunk test failure: ExtractingRequestHandlerTest.testCommitWithin() [was: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #239: POMs out of sync]

2011-09-14 Thread Jan Høydahl
Hi, It succeeds here. Will try to reproduce. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 14. sep. 2011, at 21:06, Chris Hostetter wrote: > > : This is 100% reproducible on my local machine (run from > sol

Re: [jira] [Created] (SOLR-3043) Null Pointer Exception with Tomcat6 and multi-core

2012-01-17 Thread Jan Høydahl
solr.xml file, as well as what you do to trigger the exception. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 18. jan. 2012, at 03:15, Josh Koenig (Created) (JIRA) wrote: > Null Pointer Exception with Tomcat6 and multi-c

Re: svn commit: r1235790 - /lucene/dev/trunk/dev-tools/eclipse/dot.classpath

2012-01-25 Thread Jan Høydahl
Ah, sorry that slipped through.. Thanks for catching! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 25. jan. 2012, at 15:59, rm...@apache.org wrote: > Author: rmuir > Date: Wed Jan 25 14:59:42 2012 > New Revision

Re: Welcome Tommaso Teofili as Lucene/Solr committer

2012-01-26 Thread Jan Høydahl
You are very much welcome on on board, Tommaso! You've done great work so far. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 26. jan. 2012, at 22:32, Uwe Schindler wrote: > Hi, > > I'm happy to announce t

Deprecate and remove pint, plong & friends?

2012-01-31 Thread Jan Høydahl
both from code and schema. Less is more... Does this sound reasonable? If so, I can make a JIRA and a patch. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com - To

Re: [DISCUSS] New Website

2012-01-31 Thread Jan Høydahl
muuuch wider and add AutoComplete. * Why is the search automatically constrained to the "Lucene-Core" project, even when searching from /solr/? If I am at Solr home page and search "tutorial", the first hit should be the Solr tutorial, not the Lucene one. -- Jan Høydahl

Re: Welcome David Smiley

2012-02-05 Thread Jan Høydahl
Heartly welcome, we need the committing bandwidth you add to the project! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 5. feb. 2012, at 14:46, Grant Ingersoll wrote: > I'm pleased to announce that the Lucene PMC has

Re: Welcome Dawid Weiss to the Lucene/Solr PMC

2012-02-08 Thread Jan Høydahl
Congrats, Dawid! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 8. feb. 2012, at 02:10, Mark Miller wrote: > I'm please to announce that Dawid has accepted the PMC's invitation to join. > > Welcome Dawid!

Re: Welcome Martijn van Groningen to the Lucene PMC

2012-02-08 Thread Jan Høydahl
Congrats Martijn! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 8. feb. 2012, at 02:16, Robert Muir wrote: > Hello, > > I'm pleased to announce that the Lucene PMC has voted to add Martijn >

Re: Changing our Wiki software?

2012-02-08 Thread Jan Høydahl
we could leave it open to all registered Confluence users and lock things down later if necessary. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 8. feb. 2012, at 22:21, Ryan McKinley wrote: > On Wed, Feb 8, 2012 at 6:38 AM,

Re: Welcome James Dyer

2012-02-10 Thread Jan Høydahl
Welcome James! On 10. feb. 2012, at 14:08, Grant Ingersoll wrote: > I'm pleased to announce the PMC has elected James Dyer to be a committer on > the project and he has agreed to join. > > Welcome aboard, James! > > -Grant > ---

Re: Welcome Christian Moen as committer

2012-02-14 Thread Jan Høydahl
Welcome Christian! This is great news for the Lucene community. Jan, the other Norwegian guy On 14. feb. 2012, at 22:48, Robert Muir wrote: > I'm pleased to announce that Christian Moen has joined our ranks as a > committer. > > He has been contributing to our language capabilities, especially

Re: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted

2012-02-17 Thread Jan Høydahl
ies like price:100 or price:[100 TO 200] ? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 17. feb. 2012, at 09:29, Uwe Schindler (Commented) (JIRA) wrote: > >[ > https://is

Re: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted

2012-02-17 Thread Jan Høydahl
So can we always omit norms for these types and remove the (then) unnecessary omitNorms="true" in Solr's schema? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 17. feb. 2012, at 11:50, Uwe Schindler wrote: >

Re: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted

2012-02-17 Thread Jan Høydahl
If omitNorms is default for all numeric field types, could we simplify Solr's example schema and perhaps document the defaults in a comment? -- Jan Høydahl Den 17. feb. 2012 kl. 17:16 skrev Yonik Seeley : > On Fri, Feb 17, 2012 at 11:04 AM, Uwe Schindler wrote: >> We dont pro

Re: [jira] [Commented] (LUCENE-3796) Disallow setBoost() on StringField, throw exception if boosts are set if norms are omitted

2012-02-18 Thread Jan Høydahl
Created SOLR-3140 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 17. feb. 2012, at 19:39, Yonik Seeley wrote: > On Fri, Feb 17, 2012 at 1:19 PM, Jan Høydahl wrote: >> If omitNorms is default for all numeric fi

Re: Welcome Stefan Matheis

2012-03-02 Thread Jan Høydahl
Welcome, Stefan! Your commits greatly increase the value of Solr - in the eyes of managers and decision makers :) -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 29. feb. 2012, at 22:04, Ryan McKinley wrote: > I'm pl

Re: errata for solr tutorial

2012-03-05 Thread Jan Høydahl
Hi, Thanks for reporting. This is fixed now on the staging site, will be set live soon. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 1. mars 2012, at 16:50, Nicolai Scheer wrote: > Hi! > > Having just worked th

Re: errata for solr tutorial

2012-03-05 Thread Jan Høydahl
I checked in the two changes but did not push live, seems like someone else is in the process of cleaning up the tutorial too. http://lucene.staging.apache.org/solr/tutorial.html -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 5

Re: pending backports for 3.6

2012-03-06 Thread Jan Høydahl
+1 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 6. mars 2012, at 03:00, Robert Muir wrote: > Hello, > > Can we get any pending issues for 3.6 resolved in the next two weeks? > > I think we should then releas

Opening hours search

2011-09-26 Thread Jan Høydahl
,1200 1400,1900 0900,1600 … Have no practical experience in programming FieldTypes but I imagine it could be done this way, and then be able to query for e.g. open-tu:[1500 TO 1800] to find shops open on tuesday from 1500 and three hours.. -- Jan Høydahl, search solution architect Cominve

Tests fail for AutoCommitTest.testSoftCommitMaxDocs ?

2011-09-28 Thread Jan Høydahl
e ant test -Dtestcase=AutoCommitTest But when I then do an "ant test" again it fails on the same test method. I have done ant clean on top-level as well as svn up multiple times. My HW is MBP, MacOs Lion, Java 1.6.0_26, ant 1.8.2. -- Jan Høydahl, search solution architect Cominvent AS - ww

Re: more granular updateRequestProcessorChain

2011-10-05 Thread Jan Høydahl
e payload 2.0 indexed for "foo" and 3.0 for "bar". Perhaps you should have a look at DisMax request handler as well, which for many use cases is a better option than using catch-all field. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Trainin

Re: [JENKINS] Lucene-Solr-tests-only-3.x - Build # 10783 - Still Failing

2011-10-05 Thread Jan Høydahl
Thanks for fixing this Uwe, was diving into it but you got it first. I should probably adopt the habit of always building 3.x with Java5. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 5. okt. 2011, at 22:41, Apache Jenkins

Re: [jira] [Commented] (SOLR-2970) CSV ResponseWriter returns fields defined as stored=false in schema

2011-12-16 Thread Jan Høydahl
JIRA issue and next step is to contribute a patch. See http://wiki.apache.org/solr/HowToContribute -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 16. des. 2011, at 22:27, insigh...@gmail.com wrote: > Another useful addition

Re: [jira] [Commented] (SOLR-2970) CSV ResponseWriter returns fields defined as stored=false in schema

2011-12-18 Thread Jan Høydahl
Dan, JIRA is open for everyone, you don't need to submit a patch. It's really helpful if you just submit the feature request. Then others can step in to do the coding, but you will be registered as the reporter, i.e. the one having a need for the feature. -- Jan Høydahl, searc

Re: post alpha 1 entries in CHANGES.txt

2012-06-27 Thread Jan Høydahl
o bar (myself) * SOLR-: Foo bar (myself) 4.0.0-ALPHA-RC2 includes changes above this line * SOLR-: Foo bar (myself) -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 27. juni 2012, at 04:10,

[Discuss] Should Solr be an AppServer agnostic WAR or require Jetty?

2012-07-13 Thread Jan Høydahl
OTB (start scripts etc) even to a degree that it is perfectly suitable for production use. Thoughts? -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com - To unsubs

Re: [Discuss] Should Solr be an AppServer agnostic WAR or require Jetty?

2012-07-13 Thread Jan Høydahl
ctice deployment and security stuff. They also needed certificate based authentication and encryption on all traffic to the Solr servers since their index contains sensitive docs, so they added HTTPS with certificates easily since they knew the Resin container already. -- Jan Høydahl, search so

Re: [Discuss] Should Solr be an AppServer agnostic WAR or require Jetty?

2012-07-20 Thread Jan Høydahl
I've created SOLR-3654 as a placeholder for adding tests using Tomcat (and possibly other). -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 16. juli 2012, at 23:52, Chris Hostetter wrote: > > : > Specificly:

Re: Lucene on iOS

2012-07-20 Thread Jan Høydahl
Hi, This mailing list is only for the main Java based Lucene library. Please ask your question to S4LuceneLibrary directly, which seems to be a completely independent port. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com On 19

Re: [DISCUSS] define what/when a 4.0-beta should be

2012-07-25 Thread Jan Høydahl
ot;no field name specified in query and no default specified via 'df' param" SOLR-3432 deleteByQuery silently ignored if updateLog is enabled, but {{_version_}} field does not exist in schema SOLR-3591 Startup error not reflected in Solr web view SOLR-3471 Tests n

Re: VOTE: release 4.0 (RC2)

2012-10-08 Thread Jan Høydahl
+1 Smoke test passes on OSX 10.8.2. Believe all show stoppers are fixed now -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 6. okt. 2012 kl. 10:10 skrev Robert Muir : > artifacts here: http://s.apache.org/lusolr40rc2 > &g

Re: [ANNOUNCE] Apache Solr 4.0 released.

2012-10-12 Thread Jan Høydahl
Congrats to the whole community. This is huge! And kudos to Robert for a well done RM job! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 12. okt. 2012 kl. 10:10 skrev Robert Muir : > October 12 2012, Apache Solr™ 4.0 availa

Re: Welcome Alan Woodward as Lucene/Solr committer

2012-10-17 Thread Jan Høydahl
Welcome, Alan! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 17. okt. 2012 kl. 07:36 skrev Robert Muir : > I'm pleased to announce that the Lucene PMC has voted Alan as a > Lucene/Solr committer. > > Alan has

Update Solr website with description of 4.0 features

2012-11-13 Thread Jan Høydahl
eview: http://lucene.staging.apache.org/solr/index.html http://lucene.staging.apache.org/solr/features.html If you want to edit yourself, please consult http://lucene.apache.org/site-instructions.html -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Tra

Folder solr/example/hdfs should not be there

2013-07-03 Thread Jan Høydahl
After running "ant example" a folder "hdfs" sneaks into the source tree at solr/example/hdfs Have not checked why, but it certainly does not belong there -- Jan Høydahl, search solution architect Cominvent AS

Re: Welcome Cassandra Targett as Lucene/Solr committer

2013-08-04 Thread Jan Høydahl
Welcome Cassandra! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 1. aug. 2013 kl. 00:47 skrev Robert Muir : > I'm pleased to announce that Cassandra Targett has accepted to join our ranks > as a committer. > > Cassandra worked on the donatio

Re: Bug or backcompat example: Solr example/multicore/solr.xml in legacy format?

2013-08-29 Thread Jan Høydahl
+1 for nuking multi core example. And "schema less" should become the new default too, nuking yet another set of parallel configs! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 28. aug. 2013 kl. 16:47 skrev Mark Miller : > I have an old JIRA where I st

Re: Welcome Joel Bernstein

2013-10-03 Thread Jan Høydahl
Welcome, Joel! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 3. okt. 2013 kl. 07:24 skrev Grant Ingersoll : > Hi, > > The Lucene PMC is happy to welcome Joel Bernstein as a committer on the > Lucene and Solr project. Joel has been working on a number

Re: Welcome Ryan Ernst as Lucene/Solr committer

2013-10-14 Thread Jan Høydahl
Welcome, Ryan! -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 14. okt. 2013 kl. 19:27 skrev Adrien Grand : > I'm pleased to announce that Ryan Ernst has accepted to join our ranks > as a committer. > > Ryan has been working on a number of Lucene an

JIRA cleanup inactive issues?

2013-02-14 Thread Jan Høydahl
lem is that will generate 739 "spam" mails on this mailing list, but it's perhaps worth it? We could turn off notifications, but then we'd not get the "ping" effect to those not following the list closely. What do you think? -- Jan Høydahl, search solution architect C

Re: JIRA cleanup inactive issues?

2013-02-14 Thread Jan Høydahl
ease close if it's no longer relevant/needed, or bring it up to date if you intend to work on it. INACTIVITY_REMINDER_20130215 Uwe, if it's simple to disconnect the mailinglist temporarily then that would be great. -- Jan Høydahl, search solution architect Cominvent AS - www.c

Re: Search Strategy

2013-02-21 Thread Jan Høydahl
This is a question for the USER list. This dev list is for discussion of future features. If you want to boost phrase hits over individual word hits you can use (e)DisMax with the pf, pf2 or pf3 parameters, see http://wiki.apache.org/solr/ExtendedDisMax#pf_.28Phrase_Fields.29 -- Jan Høydahl

Re: Line length in Lucene/Solr code

2013-02-25 Thread Jan Høydahl
+1 -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 25. feb. 2013 kl. 13:37 skrev Simon Willnauer : > +1 > > On Mon, Feb 25, 2013 at 12:05 PM, Christian Moen wrote: >> +1 >> >> Christian Moen >>

Re: JIRA cleanup inactive issues?

2013-02-28 Thread Jan Høydahl
bulk in a week or so for the 25 issues never touched since 2008. I think that portioning THIS out in time in smaller chunks will gain more attention than a big bang thing. I'll probably also do some more manual inspection on some of the oldest which are obviously not relevant any more. -- J

Re: Ability to specify 2 different query analyzers for same indexed field in Solr

2013-03-05 Thread Jan Høydahl
for eventual inclusion in Solr. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 5. mars 2013 kl. 17:26 skrev Tom Burton-West : > Thanks Erick, > > Payloads might work but I'm looking at a more general problem > >

Re: questions about solr.xml/solr.properties

2013-03-14 Thread Jan Høydahl
solr.yml :-) -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com Solr Training - www.solrtraining.com 14. mars 2013 kl. 22:02 skrev Yonik Seeley : > On Thu, Mar 14, 2013 at 3:46 PM, Robert Muir wrote: >> It seems to me there are two changes involved: >>

Re: [VOTE] Lucene / Solr 4.6.0"

2013-11-15 Thread Jan Høydahl
Congrats, Uwe! +1 to marriage, nice thread hijacking :) -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 14. nov. 2013 kl. 21:11 skrev Uwe Schindler : > The PMC Chair is going to marry tomorrow... Simon has to come here and not do > new RCs! :) > >

Re: [VOTE] Lucene / Solr 4.6.0 Take 3

2013-11-20 Thread Jan Høydahl
+1 Happy smoketester on Mac -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 19. nov. 2013 kl. 15:11 skrev Simon Willnauer : > Please vote for the third Release Candidate for Lucene/Solr 4.6.0 > (don't be irritated by that this is RC4 I build on that I didn

[SPIN-OFF] Have a new mode for SolrJ to not watch any ZKNode

2013-11-21 Thread Jan Høydahl
it. Perhaps polling for changes with a HEAD request now and then to keep up to date. It would also improve security since all the clients won't need direct access to ZK servers. -- Jan Høydahl, search solution architect Cominvent AS - www.cominvent.com 21. nov. 2013 kl. 11:02 skrev Noble

  1   2   3   4   5   6   7   8   9   >