Re: Active 4.x branches?

2012-11-27 Thread Lance Norskog
To be fair, it is worth having other people look at your patches. Not that anybody looks at mine :( - Original Message - | From: "Mark Miller" | To: dev@lucene.apache.org | Sent: Tuesday, November 27, 2012 4:55:21 PM | Subject: Re: Active 4.x branches? | | | On Nov 27, 2012, at 7:50 PM

Mailing lists on Solr wiki?

2012-02-13 Thread Lance Norskog
The mailing lists are not mentioned on the Solr wiki page: http://lucene.apache.org/solr/ The old apache sites had 'developer resources' with issue tracking, source, mailing lists. The lists should be under 'Resources' on the main page. -- Lance Norsk

Solr- ExtractingRequestHandler and thread-safe

2012-02-17 Thread Lance Norskog
doAdd(SolrContentHandler handler, AddUpdateCommand template) throws IOException { template.solrDoc = handler.newDocument(); processor.processAdd(template); } -- Lance Norskog goks...@gmail.com - To unsubscribe

Extra (very old) libs in trunk/dev-tools/eclipse/dot.classpath

2012-02-18 Thread Lance Norskog
trunk/dev-tools/eclipse/dot.classpath includes some extra libraries: mahout-math-0.3 and mahout-collections-1.0. There are probably more. Will the maintainer of the eclipse tools please do a sweep? Thanks, -- Lance Norskog goks...@gmail.com

Re: Welcome Stefan Matheis

2012-02-29 Thread Lance Norskog
t; > > > > > > > > > > > --------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > -- Lance Norskog goks...@gm

Re: Proposal - a high performance Key-Value store based on Lucene APIs/concepts

2012-03-24 Thread Lance Norskog
nce without the saw toothing effect. > > Benchmark figures are here: http://goo.gl/VQ027 > The KVStore source code is here: http://goo.gl/ovkop and the Lucene > implementation I compare against is also in the project. > > Cheers > Mark > > > > > > ----

Re: broken links on the site

2012-10-11 Thread Lance Norskog
The Javadoc directories are directly under the apache.org/core and apache.org/solr directories, and so to find the latest javadocs you have to crawl the main html and hunt for them. Or, the code crawler has to be maintained with the links for the current releases. Would it be possible to move java

Lucene build & ivy problems

2012-10-21 Thread Lance Norskog
If I have all of the dependencies downloaded, how can I tell the build to skip checking the repositories? I'm working on a somewhat dodgy internet connection. I ran 'ant example' a hundred times. On the 101st, I had an internet outage and the Ivy stuff blocked. Ever after that the resolver han

Re: Lucene build & ivy problems

2012-10-23 Thread Lance Norskog
Yes. That's what I thought. And that is how it should work. But that is not what happened. Ivy did not need to resolve anything, but it called out to a resolver which it could not see. After that, it called out over and over. I had to completely re-download everything. Since a full download work

Problem with package resolution - 'ant resolve' hangs

2012-10-31 Thread Lance Norskog
With a full trunk checkout and no ~/.ivy2 repository, 'ant -d resolve' hangs. Here is the final 85 lines of debug output, after all of the ant startup logging. It hangs after: [ivy:retrieve] don't use cache for com.carrotsearch.randomizedtesting#junit4-ant;2.0.4: checkModified=true Any ideas?

Re: [jira] [Resolved] (SOLR-3643) Bug in 'ant example' build - solr/example/solr-webapp might not exist

2012-07-24 Thread Lance Norskog
solr/example/solr-webapp might not exist >> - >> >> Key: SOLR-3643 >> URL: https://issues.apache.org/jira/browse/SOLR-3643 >> Project: Solr >>

Re: [jira] [Resolved] (SOLR-3643) Bug in 'ant example' build - solr/example/solr-webapp might not exist

2012-07-25 Thread Lance Norskog
lucene-solr/solr/example/contexts/solr.xml > 2012-07-24 22:24:04.897:INFO:oejw.WebInfConfiguration:Extract > jar:file:/home/hossman/tmp/lucene-solr/solr/example/webapps/solr.war!/ to > /home/hossman/tmp/lucene-solr/solr/example/solr-webapp/webapp > ... > > ...and everything is up and running. > > > > > > > > -Hoss &g

Re: Proposal: Full support for multi-word synonyms at query time

2012-08-10 Thread Lance Norskog
--- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Diversifying Search Results - Custom Collector

2012-08-20 Thread Lance Norskog
t; with TopFieldCollector / TopScoreDocCollector. >>>>> >>>>> Does this answer your question? Please let me know if you have any >>>>> more questions. >>>>> >>>>> Thank

Re: Solr UIMA Notes

2012-08-27 Thread Lance Norskog
ps? > > > I assume that just adding the elements for importing the libs could be ok, > we should instead avoid adding the AlchemyAPI AE by default due to the key > setting. > I think the best option is open separate Jira tickets for the above tasks > and discuss them more deeply there. > Thanks for your effort Eric. > > Regards, > Tommaso > >> >> >> >> >> >> >> - >> Eric Pugh | Principal | OpenSource Connections, LLC | 434.466.1467 | >> http://www.opensourceconnections.com >> Co-Author: Apache Solr 3 Enterprise Search Server available from >> http://www.packtpub.com/apache-solr-3-enterprise-search-server/book >> This e-mail and all contents, including attachments, is considered to be >> Company Confidential unless explicitly stated otherwise, regardless of >> whether attachments are marked as such. >> >> >> >> >> >> >> >> >> >> >> >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >> For additional commands, e-mail: dev-h...@lucene.apache.org >> > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: UUIDField uniqueKey with default="NEW"

2012-08-31 Thread Lance Norskog
was a single note setup. > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > -- Lance Norskog goks...@gmail.com -

Packaging dependencies for Ivy and license validation

2012-06-08 Thread Lance Norskog
Hi- I would like to get the OpenNLP project's packages in shape so that the Lucene build will accept them. What has to be done in a third-party package for the license validation to pass? Is there a Maven cheatsheet somewhere for the right pom.xml snippet? -- Lance Norskog goks...@gmai

Make ivy search maven repo1/repo2?

2012-06-27 Thread Lance Norskog
How can I get ivy to include the maven.org repo2 in the resolver list? Is there a reason it is not in the list? I ask because there is an artifact (extjwnl) which is only on repo2. -- Lance Norskog goks...@gmail.com - To

"Full" build target?

2012-06-27 Thread Lance Norskog
I would like to build Lucene and have the new jars be used by Solr. Which top-level target does this? -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e

Re: Make ivy search maven repo1/repo2?

2012-06-27 Thread Lance Norskog
ug in the repo sync or something to be expected? > > Dawid > > On Thu, Jun 28, 2012 at 4:11 AM, Lance Norskog wrote: >> How can I get ivy to include the maven.org repo2 in the resolver list? >> Is there a reason it is not in the list? >> >> I ask because the

Re: Make ivy search maven repo1/repo2?

2012-06-28 Thread Lance Norskog
gs.xml: > >   >   >   >   > > the main chain includes shared repos and shared is: > >                 > > And ibiblio is by default pulling from maven repos: > > http://ant.apache.org/ivy/history/latest-milestone/resolver/ibiblio.html > > Dawid > &

Re: Make ivy search maven repo1/repo2?

2012-06-28 Thread Lance Norskog
> D. > > On Thu, Jun 28, 2012 at 9:23 AM, Lance Norskog wrote: >> It is working now. I did a complete update- that might be it. >> >> Now, the next question: what build target makes Solr use new Lucene jars? >> >> On Wed, Jun 27, 2012 at 11:37 PM, Dawid Weiss &g

Re: official GIT repository / switch to GIT?

2010-04-18 Thread Lance Norskog
gt;> > Best regards, >>> > >>> > Thomas Koch, http://www.koch.ro >>> > >>> > - >>> > To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org >>> >

Re: official GIT repository / switch to GIT?

2010-04-18 Thread Lance Norskog
nds, e-mail: dev-h...@lucene.apache.org >> >> > > > > -- > Kirill Zakharenko/Кирилл Захаренко (ear...@gmail.com) > Home / Mobile: +7 (495) 683-567-4 / +7 (903) 5-888-423 > ICQ: 104465785 > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For

CheckIndex less picky in trunk?

2010-04-19 Thread Lance Norskog
-checking get dropped from CheckIndex? Note that this is against a 2.4 format index, so if that is the difference it may not be worth fixing. Lance Norskog -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr

Re: official GIT repository / switch to GIT?

2010-04-20 Thread Lance Norskog
t their policies. > I've read stories of entire teams using git-svn against the companies > official > SVN repos because they just can't stand it anymore once they got hooked. > > Best regards, > > Thomas Koch, http://www.koch.ro > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Adding another dimension to Lucene searches

2010-05-08 Thread Lance Norskog
- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: [jira] Created: (SOLR-1920) Need generic placemarker for DIH delta-import

2010-05-25 Thread Lance Norskog
. > - > You can reply to this email to add a comment to the issue online. > > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For addit

Re: Repeat to the right list: Solr spewage and possible re-entrancy problem?

2010-06-12 Thread Lance Norskog
;literal.nokia_title=Videothek,+5th+avenue+Peltekis+Apostolos&literal.nokia_category=5} > status=0 QTime=93 > <<<<<< > > It is unlikely (but, of course, not out of the question) that this hiccup is > due to some reentrancy problem in my test code.  It is much more likely to > be some kind of a Solr multi-threaded race condition – especially since it > looks like a number of requests all failed at precisely the same time.  This > is a Solr 1.5 build from mid-late March, FWIW.  Does anyone know of an > extractingUpdateRequestHandler re-entrancy bug of this kind? > > Thanks, > Karl > > > > > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Doppleganger threads after ingestion completed

2010-06-19 Thread Lance Norskog
like either jetty or fileupload may > have a problem here.  I have not looked at the jetty source code, but > infinitely spinning processes even after the socket has been abandoned do > not seem reasonable to me.  Thoughts? > > Karl > > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Doppleganger threads after ingestion completed

2010-06-20 Thread Lance Norskog
d" but then it must loop. > > Karl > ________ > From: ext Lance Norskog [goks...@gmail.com] > Sent: Saturday, June 19, 2010 8:51 PM > To: dev@lucene.apache.org > Subject: Re: Doppleganger threads after ingestion completed > > "Chewing up cpu" or "blocked&

Re: Doppleganger threads after ingestion completed

2010-06-22 Thread Lance Norskog
on, using the standard configuration present in the > example. > > This could well be a jetty bug and, no, I have not tried tomcat yet. > > Karl > > ________ > From: ext Lance Norskog [goks...@gmail.com] > Sent: Sunday, June 20, 2010

Re: Misc topic about FreeMind and the SOLR query syntax....

2010-06-23 Thread Lance Norskog
, but that > doesn't necessarily mean they're organized... > > Let me know > Erick > > > > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands,

Clover in Lucene/Solr build system

2010-07-06 Thread Lance Norskog
patch. Thanks! -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Clover in Lucene/Solr build system

2010-07-07 Thread Lance Norskog
talled and so clover.present=true). Whats the problem with > output? > > Uwe > > - > Uwe Schindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > >> -Original Message- >> From: Lance Norskog [mailt

Fwd: index format error because disk full - possible Lucene bug?

2010-07-08 Thread Lance Norskog
file is flushed but del file faild. > > 2010/7/8 Lance Norskog : >> If autocommit does not to an automatic rollback, that is a serious bug. >> >> There should be a way to detect that an automatic rollback has >> happened, but I don't know what it is. Maybe something in

Re: index format error because disk full - possible Lucene bug?

2010-07-08 Thread Lance Norskog
index becomes unuseable even though the existing files make up a clean index. On Thu, Jul 8, 2010 at 5:29 PM, Lance Norskog wrote: > Forwarded to lucene-dev as a possible bug. > > On Wed, Jul 7, 2010 at 7:12 PM, Li Li wrote: >> I use SegmentInfos to read the segment_N file and fou

Compound types and internal fields

2010-08-07 Thread Lance Norskog
, filtering, etc. Is this an accepted (or anticipated) use case? Is it worth supporting that we can fill in the parts of a compound type? -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr

Re: Compound types and internal fields

2010-08-08 Thread Lance Norskog
ings you don't learn until you ship." On Sat, Aug 7, 2010 at 5:56 AM, Yonik Seeley wrote: > On Sat, Aug 7, 2010 at 3:33 AM, Lance Norskog wrote: >> I have discovered something: if you declare a PointType the subfields >> exist and are addressable. If you fill in the subfield

Re: [jira] Updated: (SOLR-2032) Map-viewer demo of SolrSpatia l test data

2010-08-08 Thread Lance Norskog
other than equivilant to the BSD in > practice. > > -- Chris > >> Karl >> >> >> From: ext Lance Norskog (JIRA) [j...@apache.org] >> Sent: Saturday, August 07, 2010 1:45 AM >> To: dev@lucene.apache.org >>

Re: Compound types and internal fields

2010-08-10 Thread Lance Norskog
> Cominvent AS - www.cominvent.com > Training in Europe - www.solrtraining.com > > On 9. aug. 2010, at 01.51, Lance Norskog wrote: > >> Yup, agreed. A better way: >> >> is implemented in o.a.s.schema.CopyField.java as a >> one-off. Suppose was instead a method on FieldTy

Re: Does "maxSegments" really apply to commits?

2010-08-17 Thread Lance Norskog
url.com/eric-cal > > > > > > > > > > ----- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Lance Norskog goks...@

Re: Does expungeDeletes need calling during an optimize?

2010-08-18 Thread Lance Norskog
ise Search Server available from > http://www.packtpub.com/solr-1-4-enterprise-search-server > Free/Busy: http://tinyurl.com/eric-cal > > > > > > > > > > --------- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional

Re: Welcome Chris Male & Andi Vajda as full Solr / Lucene Committers

2011-05-30 Thread Lance Norskog
tional commands, e-mail: dev-h...@lucene.apache.org >> >> > >> >> > >> >> >> >> - >> >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >> >> For additional commands, e-mail: dev-h...@lucene.apache.org >> >> >> > >> > >> > >> > -- >> > Chris Male | Software Developer | JTeam BV.| www.jteam.nl >> > >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >> For additional commands, e-mail: dev-h...@lucene.apache.org >> > > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Configure my Database in Solr

2011-09-28 Thread Lance Norskog
- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Lance Norskog goks...@gmail.com

Re: Crap, SVN and I aren't getting along.

2012-01-12 Thread Lance Norskog
lines ... so no conflict bells go off if you apply the > patch multiple times (the file just keeps growing) > > -Hoss > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands,

Dead code - please remove

2010-08-27 Thread Lance Norskog
docList thing. -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: DocSlide.DocIterator.nextDoc()

2010-08-27 Thread Lance Norskog
tor iterator = docs.iterator(); >    for (int i = 0; i < docs.size(); i++) { >      int docId = iterator.nextDoc(); > > It doesn't check hasNext(), but it does check the size, so it should be fine. > > -Yonik > http://www.lucidimagination.com > > ---

Re: In Need of Direction; Phrase-Context Tracking / Injection (Child Indexes) / Dismissal

2010-09-01 Thread Lance Norskog
t; but that seems needlessly intensive.  I think the answer to that will be > "wherever I implement #2", but assumptions can be painfully expensive. > > > Thank you for reading my bloated e-mail.  Again, I'm mostly just looking to > be pointed to vari

Re: Relevancy, Phrase Boosting, Shingles and Long Tail Curves

2010-09-11 Thread Lance Norskog
This sounds like a Mahout problem, not a Lucene problem- there are some text analysis tools that might help you. mark harwood wrote: >>What is the "best practices" formula for determining above average correlations of adjacent terms I gave this some thought in https://issues.apache.org/jira/

Re: exceptions from solr/contrib/dataimporthandler and solr/contrib/extraction

2010-09-12 Thread Lance Norskog
And this is why unit tests shouldn't spew- just yes or no, please. If you want to patch this, please comment out all the printed trash, since all it does is cause mail threads like this. Yonik Seeley wrote: On Sun, Sep 12, 2010 at 2:35 PM, Grant Ingersoll wrote: contrib/extraction prints

Re: IndexReader Cache - a different angle

2010-09-13 Thread Lance Norskog
't see the reason why the >>>>>>>> notion of a "cache" must exist within open/reopen or if that could be >>>>>>>> implemented in a more general "cache" - agnostic way. >>>>>>>>> >>>>>>>>

Re: exceptions from solr/contrib/dataimporthandler and solr/contrib/extraction

2010-09-13 Thread Lance Norskog
"What I want you to do is, I want you to find the guys who are putting all the bugs in the code, and I want you to FIRE THEM!" - true On Mon, Sep 13, 2010 at 9:10 AM, Yonik Seeley wrote: > On Sun, Sep 12, 2010 at 8:55 PM, Lance Norskog wrote: >> And this is why unit tests s

Re: discussion about release frequency.

2010-09-17 Thread Lance Norskog
+1 on the ant-only policy. I've recently been futzing with Mahout and I had not been faced with the scrofulous horror of Maven. Please keep it out of the main source tree of solr. You can do whatever you want with the internal Apache build process. Chris Hostetter wrote: My unscientific, off

Re: [jira] Resolved: (LUCENE-2482) Index sorter

2010-09-20 Thread Lance Norskog
What is the philosophy about the 3.x branch? This is an all-new feature added to 3.x. Andrzej Bialecki (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-2482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrzej Bialecki resolved LUCENE-2482. -

Re: Solr 3.1

2010-09-24 Thread Lance Norskog
My understanding is that the 3.x branch is probably the next Solr release. It is intended to be a solid It generally has bug fixes only and the Lucene is just a little bit after the Lucene 3.0 release. The trunk is almost a research project in implementing new features and index layouts, and i

Re: FW: Solr and LCF security at query time

2010-10-03 Thread Lance Norskog
www.openldap.org Haven't used it. Here's the License: http://www.openldap.org/software/release/license.html karl.wri...@nokia.com wrote: Looking around for no-Apache java-only solutions to the AD authentication problem, it seems to me that what we mainly have available is JAAS plus the follo

Re: [jira] Commented: (SOLR-1311) pseudo-field-collapsing

2010-10-16 Thread Lance Norskog
y = 9 >> doc1 - collapse_field_value 3 >> doc3 - collapse_field_value 4 >> doc4 - collapse_field_value 7 >> doc5 - collapse_field_value 6 >> doc7 - collapse_field_value 5 >> doc8 - collapse_field_value 1 >> doc9 - collapse_field_value 2 >> doc6 - collapse

ant build error in trunk

2010-10-20 Thread Lance Norskog
element "/usr/share/ant/lib/hamcrest-core.jar": no such file or directory -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: jQuery and tabs in example (sorry for double posting)

2010-11-01 Thread Lance Norskog
; 2> Using the tabbing capabilities of 1.4 to display the simple, spatial and > group by links in a tabbed page to demonstrate? > Let me know > Erick > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail:

Re: solr example synonyms file

2010-11-02 Thread Lance Norskog
inion, something like grey/gray would be a better example... > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Lance Norskog goks...@gmail.com --

Re: Spatial Lucene with e.g. Polylines

2010-11-02 Thread Lance Norskog
the metric system ;-) ) that there are some >>>> shape intersection calculations etc. so I would assume that stuff like >>>> "which polyline intersects with my polyline?" should be possible. >>>> If this is possible, are there any examples

Re: [jira] Commented: (LUCENE-2757) Refactor RewriteMethods out of MultiTermQuery

2010-11-14 Thread Lance Norskog
immutable makes this problem disappear. After all, 4.0 still appears to be in 'throw all the chopsticks in the air' mode. Lance Norskog Uwe Schindler (JIRA) wrote: [ https://issues.apache.org/jira/browse/LUCENE-2757?page=com.atlassian.jira.plugin.system.issuetabpanels:commen

Re: [jira] Commented: (LUCENE-2757) Refactor RewriteMethods out of MultiTermQuery

2010-11-14 Thread Lance Norskog
query. So there are no concurrency problems. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Lance Norskog [mailto:goks...@gmail.com] Sent: Sunday, November 14, 2010 11:41 PM To: dev@lucene.apache.org Su

Re: strange problem

2010-11-15 Thread Lance Norskog
Which version of Solr? If it is the trunk or 3.x, which day is it up-to-date? It is definitely not supposed to do this. Li Li wrote: hi all I confronted a strange problem when feed data to solr. I started feeding and then Ctrl+C to kill feed program(post.jar). Then because XML stream is te

Re: Solr DIH: Proposal for MailEntityprocessor option change

2010-11-18 Thread Lance Norskog
tached, it would > be more efficient to simply skip them if configured to do so. >    Be good to hear others' thoughts on this one > > Comments, thoughts, please? > > Thanks, > Peter > > - > To

Re: Field Collapse backport for Solr 1.4 (1.4.1)?

2010-11-26 Thread Lance Norskog
ng.  It will likely be in 3.x, which is roughly the > equivalent of 1.5 (since we changed version numbers). > > -Grant > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional comma

Re: Is it possible to set the merge policy setMaxMergeMB from Solr

2010-12-06 Thread Lance Norskog
possible?  If not should I open a JIRA issue or is there some gotcha I am > unaware of? > > Tom > > Tom Burton-West > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apach

Re: Is it possible to set the merge policy setMaxMergeMB from Solr

2010-12-07 Thread Lance Norskog
unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Is it possible to set the merge policy setMaxMergeMB from Solr

2010-12-18 Thread Lance Norskog
unaware of? >>>> >>>> Tom >>>> >>>> Tom Burton-West >>>> >>> >>> - >>> To unsubscribe, e-mail:

Re: strange problem of PForDelta decoder

2010-12-31 Thread Lance Norskog
inishing returns at play here. You're most likely >>>> to search in parallel over mostly memory-resident index >>>> (RAMDir/mmap/filesys cache - doesn't matter), as most of IO subsystems >>>> tend to slow down considerably on parallel sequential r

Re: Geospatial search in Lucene/Solr

2011-01-03 Thread Lance Norskog
t;> - >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >> For additional commands, e-mail: dev-h...@lucene.apache.org >> > > > > - > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >

Re: Starting with handlers

2011-01-22 Thread Lance Norskog
apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: Distributed Indexing

2011-01-29 Thread Lance Norskog
t; > That is my "burning" question for now. I have got a few more questions, > but I'm sure that when I look further into the code, I'll either have > more or all of my questions are answered. > > Many thanks! > > Soheb Mahmood > > > --------

Re: Distributed Indexing

2011-02-01 Thread Lance Norskog
you can work out > at any point in time where a particular document is. > > Once you've parsed the document to a SolrInputDocument, surely you can get > the ID/uniqueKey out? I'll do some digging tomorrow AM. > > Upayavira >

Re: writeSolrDocument... Map pseudoFields?

2011-02-27 Thread Lance Norskog
- > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org > For additional commands, e-mail: dev-h...@lucene.apache.org > > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

Re: GPU acceleration

2011-03-13 Thread Lance Norskog
>> >>> For additional commands, e-mail: dev-h...@lucene.apache.org >> >>> >> >>> >> > >> > - >> > To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >> > For additional commands, e-mail: dev-h...@lucene.apache.org >> > >> > >> >> >> >> -- >> Kirill Zakharenko/Кирилл Захаренко >> E-Mail/Jabber: ear...@gmail.com >> Phone: +7 (495) 683-567-4 >> ICQ: 104465785 >> >> - >> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org >> For additional commands, e-mail: dev-h...@lucene.apache.org >> > > -- Lance Norskog goks...@gmail.com - To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org

A little nit: TokenStream.end() throws an IOException but does not need to

2013-10-20 Thread Lance Norskog
This does not need IOException. -- Lance Norskog goks...@gmail.com

Securing Lucene indexes

2013-05-26 Thread Lance Norskog
app in a virtual machine which does not have access to the raw disk drivers. Is this a workable design? Are there any quirks of the Directory abstraction that make this impossible or pointless? Or quirks in memory-mapped files or how the JVM implements them? Thanks for your time, Lance Norskog

[jira] [Created] (SOLR-3414) web gui: Accordion vertical panes of Dashboard

2012-04-25 Thread Lance Norskog (JIRA)
Lance Norskog created SOLR-3414: --- Summary: web gui: Accordion vertical panes of Dashboard Key: SOLR-3414 URL: https://issues.apache.org/jira/browse/SOLR-3414 Project: Solr Issue Type

[jira] [Created] (SOLR-3415) web gui: Show urls for every command, not just the query

2012-04-25 Thread Lance Norskog (JIRA)
Lance Norskog created SOLR-3415: --- Summary: web gui: Show urls for every command, not just the query Key: SOLR-3415 URL: https://issues.apache.org/jira/browse/SOLR-3415 Project: Solr Issue Type

[jira] [Commented] (SOLR-3415) web gui: Show urls for every command, not just the query

2012-04-26 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263091#comment-13263091 ] Lance Norskog commented on SOLR-3415: - I use the old admin UI as an exploration

[jira] [Commented] (SOLR-3414) web gui: Accordion vertical panes of Dashboard

2012-04-26 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263297#comment-13263297 ] Lance Norskog commented on SOLR-3414: - It's the large browser-window proble

[jira] [Commented] (SOLR-3414) web gui: Accordion vertical panes of Dashboard

2012-04-26 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13263359#comment-13263359 ] Lance Norskog commented on SOLR-3414: - bq. I like the dashboard as is, and think i

[jira] [Commented] (SOLR-3415) web gui: Show urls for every command, not just the query

2012-04-28 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3415?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13264433#comment-13264433 ] Lance Norskog commented on SOLR-3415: - Right. There are JSON editor tools in brow

[jira] [Commented] (SOLR-2487) Do not include slf4j-jdk14 jar in WAR

2012-05-02 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-2487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13266848#comment-13266848 ] Lance Norskog commented on SOLR-2487: - What if instead the distribution include

[jira] [Created] (SOLR-3448) Date math in range queries does not handle plus sign

2012-05-10 Thread Lance Norskog (JIRA)
Lance Norskog created SOLR-3448: --- Summary: Date math in range queries does not handle plus sign Key: SOLR-3448 URL: https://issues.apache.org/jira/browse/SOLR-3448 Project: Solr Issue Type

[jira] [Commented] (SOLR-3448) Date math in range queries does not handle plus sign

2012-05-10 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272803#comment-13272803 ] Lance Norskog commented on SOLR-3448: - (A side note: this is a problem in both q

[jira] [Updated] (SOLR-3448) Date math in range queries does not handle plus sign

2012-05-10 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lance Norskog updated SOLR-3448: Description: This query: {code} facet.query=timestamp:[NOW-1YEAR/DAY%20TO%20NOW/DAY+1DAY] {code

[jira] [Updated] (SOLR-3448) Date math in range queries does not handle plus sign

2012-05-10 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lance Norskog updated SOLR-3448: Affects Version/s: 4.0 > Date math in range queries does not handle plus s

[jira] [Commented] (SOLR-3448) Date math in range queries does not handle plus sign

2012-05-10 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272826#comment-13272826 ] Lance Norskog commented on SOLR-3448: - Have not tested this in

[jira] [Issue Comment Edited] (SOLR-3448) Date math in range queries does not handle plus sign

2012-05-10 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13272826#comment-13272826 ] Lance Norskog edited comment on SOLR-3448 at 5/10/12 10:0

[jira] [Closed] (SOLR-3448) Date math in range queries does not handle plus sign

2012-05-11 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lance Norskog closed SOLR-3448. --- Resolution: Invalid > Date math in range queries does not handle plus s

[jira] [Commented] (SOLR-3448) Date math in range queries does not handle plus sign

2012-05-11 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13273116#comment-13273116 ] Lance Norskog commented on SOLR-3448: - Oy. It was even worse: the field was not a

[jira] [Commented] (SOLR-3336) SolrEntityProcessor should substitute params at query time, not startup time

2012-05-14 Thread Lance Norskog (JIRA)
Lance Norskog

[jira] [Commented] (SOLR-3414) web gui: Accordion vertical panes of Dashboard

2012-05-20 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13279981#comment-13279981 ] Lance Norskog commented on SOLR-3414: - The most generic would be an accordion sy

[jira] [Commented] (SOLR-3432) deleteByQuery silently ignored if updateLog is enabled, but {{_version_}} field does not exist in schema

2012-05-22 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3432?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13281381#comment-13281381 ] Lance Norskog commented on SOLR-3432: - bq. we might consider adding to the IndexSc

[jira] [Commented] (LUCENE-1489) highlighter problem with n-gram tokens

2012-05-23 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/LUCENE-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13282040#comment-13282040 ] Lance Norskog commented on LUCENE-1489: --- Is this still a pro

[jira] [Created] (SOLR-3493) Show payloads in different formats in Analysis page

2012-05-27 Thread Lance Norskog (JIRA)
Lance Norskog created SOLR-3493: --- Summary: Show payloads in different formats in Analysis page Key: SOLR-3493 URL: https://issues.apache.org/jira/browse/SOLR-3493 Project: Solr Issue Type: New

[jira] [Commented] (SOLR-3110) Search result comes up with truncated words at the start of highlighted fragment

2012-05-29 Thread Lance Norskog (JIRA)
[ https://issues.apache.org/jira/browse/SOLR-3110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13285370#comment-13285370 ] Lance Norskog commented on SOLR-3110: - This appeared in the mail thread a month l

  1   2   3   4   5   6   >