Nasty NIO behavior makes NIOFSDirectory silently close channel

2010-01-28 Thread Simon Willnauer
Last week I ran into nasty hardly reproducible ChannelClosedExceptions thrown by NIOFSDirectory#readInternal() during term position reading. I had a hard time to figure out what causes the channel to be closed as the IndexReader where I obtained the Indexinput or rather TermPositions from was still

Re: Nasty NIO behavior makes NIOFSDirectory silently close channel

2010-01-28 Thread Simon Willnauer
for sure it will consume 2 file descriptors and it requires some workaround that checks if we are hitting this exception. kind of ugly anyway. On Thu, Jan 28, 2010 at 12:07 PM, Michael McCandless wrote: > On Thu, Jan 28, 2010 at 5:59 AM, Uwe Schindler wrote: >> But if you keep the underlying Ra

Re: Nasty NIO behavior makes NIOFSDirectory silently close channel

2010-01-28 Thread Simon Willnauer
On Thu, Jan 28, 2010 at 12:43 PM, Michael McCandless wrote: > On Thu, Jan 28, 2010 at 6:38 AM, Uwe Schindler wrote: > >> So I checked the code of NIOFSIndexInput, my last comment was not really >> correct: >> NIOFSIndexInput extends SimpleFSIndexInput and that opens the RAF. In the >> ctor RAF.

Re: "seos" spam on Wiki

2010-01-29 Thread Simon Willnauer
+1 On Fri, Jan 29, 2010 at 2:32 PM, Grant Ingersoll wrote: > I'm getting tired of reverting "seos" work on our Wiki. > > Any objections to asking infra to ban the account? > > - > To unsubscribe, e-mail: java-dev-unsubscr...@luce

Re: Nasty NIO behavior makes NIOFSDirectory silently close channel

2010-01-29 Thread Simon Willnauer
FYI - I created an issue for this https://issues.apache.org/jira/browse/LUCENE-2239 simon On Fri, Jan 29, 2010 at 2:31 PM, Grant Ingersoll wrote: > > On Jan 28, 2010, at 4:38 PM, Yonik Seeley wrote: > >> On Thu, Jan 28, 2010 at 3:49 PM, Grant Ingersoll wrote: >>> Could we get the Channel (and o

Re: "seos" spam on Wiki

2010-02-02 Thread Simon Willnauer
Thanks for taking care of this grant! simon On Tue, Feb 2, 2010 at 5:21 PM, Grant Ingersoll wrote: > I've asked infra@ to ban the account and look into blocking the IP.  Not sure > if it will matter, but worth a try. > > On Jan 29, 2010, at 9:14 AM, Uwe Schindler wrote: > >> +1 >> >> - >> U

Re: Build failed in Hudson: Lucene-trunk #1084

2010-02-04 Thread Simon Willnauer
One of the threads seem to be still running that test already took 28 seconds which is weird. The line numbers are off by one so it is not the worker[i].failed assertion that fails I will add failure messages to make sure we figure it out next time this fails. seems to be a load issue on t

Re: Build failed in Hudson: Lucene-trunk #1084

2010-02-04 Thread Simon Willnauer
testcase improvements committed in Revision: 906441 simon On Thu, Feb 4, 2010 at 9:23 AM, Uwe Schindler wrote: > >> One of the threads seem to be still running that test already took >> 28 seconds which is weird. >> The line numbers are off by one so it is not the worker[i].failed >> asserti

Re: Does spatial lucene in lucene 3.0 work at all?

2010-02-05 Thread Simon Willnauer
Try this: DistanceQueryBuilder dq = new DistanceQueryBuilder(39.9260, -75.1566, 1d, LAT_FIELD, LON_FIELD,TIER_PREFIX_FIELD, true); instead of DistanceQueryBuilder dq = new DistanceQueryBuilder(39.9260, -75.1566, 1d, LAT_FIELD, LON_FIELD, true); you are usesing the wrong ct

Re: lucene build test failed

2010-02-07 Thread Simon Willnauer
You SVN version is too old. you need subversion >= 1.6 If you run ubuntu this is a problem but there are upgrade guides around... try gooogle... simon On Sun, Feb 7, 2010 at 1:38 PM, Rohit Banga wrote: > i have checked out revision 907418 > > ant test fails with > > download-snowball-vocab-test

Re: Release Lucene Java 2.9.2 & 3.0.(1|2) together soon

2010-02-07 Thread Simon Willnauer
On Sun, Feb 7, 2010 at 2:45 PM, Michael McCandless wrote: > +1 to release.  Thank you for volunteering :)  We've got a number of > good bug fixes pending... +1 I already know a couple of people looking forward to this releases! > > But: I think we should simply name it 3.0.1?  If we skip 3.0.1 I t

Re: Having a default constructor in Analyzers

2010-02-07 Thread Simon Willnauer
Almost no Analyzer has a default ctor anymore due to the introduction of Version. This should not be an issue for API users loading Analyzers per reflection. You can still call the version Ctor alternatively. Providing a default ctor with the current version could be very risky in many regards, a b

Re: Having a default constructor in Analyzers

2010-02-07 Thread Simon Willnauer
Sanne, I would recommend you building a Factory pattern around you Analyzers / TokenStreams similar to what solr does. That way you can load you own "default ctor" interface via reflection and obtain you analyzers from those factories. That makes more sense anyway as you only load the factory via r

Re: Having a default constructor in Analyzers

2010-02-07 Thread Simon Willnauer
LUCENE-2080. > > Not to pick on Sanne, but his wording about: "Of course more advanced use > cases would need to pass parameters but please make the advanced usage > optional", this really caused me to rethink CURRENT, because CURRENT itself > should be the advanced use c

Re: Having a default constructor in Analyzers

2010-02-08 Thread Simon Willnauer
On Mon, Feb 8, 2010 at 9:31 AM, Sanne Grinovero wrote: > 2010/2/8 Robert Muir : > >8 snip 8< >> >> how would this work when the Query analyzer differs from the Index analyzer? >> For example, using commongrams in solr means you use a different Query >> analyzer from Index analyzer, and the

Re: [VOTE] Lucene Java 2.9.2 and 3.0.1 release artifacts

2010-02-18 Thread Simon Willnauer
+1 from here I put the 3.0.1 into several apps and everything seems to run smoothly for the last couple of days. All tests pass simon On Thu, Feb 18, 2010 at 12:13 AM, Ted Dunning wrote: > +0.  I only have time to read the release documents.  Uwe's apologies were > incorrect, the language is fi

Re: Composing posts for both JIRA and email (was a JIRA post)

2010-03-04 Thread Simon Willnauer
Marvin, thank you for taking the time to write up this great guidelines. Would you mind adding this to the wiki? I think this is very valuable for new devs and contributors. simon On Thu, Mar 4, 2010 at 6:28 PM, Marvin Humphrey wrote: > (CC to lucy-dev and general, reply-to set to general) > >

Re: (LUCENE-2294) Create IndexWriterConfiguration and store all of IW configuration there

2010-03-05 Thread Simon Willnauer
On Fri, Mar 5, 2010 at 10:00 PM, Michael McCandless wrote: > On Fri, Mar 5, 2010 at 3:56 PM, Mark Miller wrote: >> On 03/05/2010 03:43 PM, Michael McCandless (JIRA) wrote: >>>      [ >>> https://issues.apache.org/jira/browse/LUCENE-2294?page=com.atlassian.jira.plugin.system.issuetabpanels:commen

Re: [jira] Commented: (LUCENE-2277) QueryNodeImpl throws ConcurrentModificationException on add(List)

2010-03-06 Thread Simon Willnauer
On Sun, Mar 7, 2010 at 12:02 AM, Robert Muir (JIRA) wrote: > >    [ > https://issues.apache.org/jira/browse/LUCENE-2277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12842337#action_12842337 > ] > > Robert Muir commented on LUCENE-2277: >

Re: Welcome Chris Male as Contrib committer!

2010-03-12 Thread Simon Willnauer
Congrats Chris :) On Fri, Mar 12, 2010 at 3:51 PM, Grant Ingersoll wrote: > Congrats! > Tradition has it, Chris, that you provide a brief intro on yourself upon > becoming a new committer, so let's hear it! > -Grant > On Mar 12, 2010, at 9:17 AM, Mark Miller wrote: > > I am happy to announce the

Re: [DISCUSS] Do away with Contrib Committers and make core committers

2010-03-16 Thread Simon Willnauer
On Mon, Mar 15, 2010 at 10:54 PM, Ryan McKinley wrote: >> >> Personally I'd prefer we just stop adding them, and the current ones work >> their way up like normal if they are so inclined, or the ones that are not >> even around anymore can just stay as they are. >> That sounds reasonable to me too

Re: lucene and solr trunk

2010-03-16 Thread Simon Willnauer
On Tue, Mar 16, 2010 at 8:18 AM, Uwe Schindler wrote: > Hi all, > > I don't want to be against all other developers that voted +1 for the SVN > "merge", but I am not happy with it. Most importantly for the reasons Hoss > mentioned: > >> : prime-time as the new solr trunk!  Lucene and Solr need t

Re: Welcome Uwe Schindler to the Lucene PMC

2010-04-01 Thread Simon Willnauer
Congrats Uwe!! :) On Thu, Apr 1, 2010 at 3:17 PM, Mattmann, Chris A (388J) wrote: > Welcome, Uwe! > > Cheers, > Chris > > > On 4/1/10 4:05 AM, "Grant Ignersoll" wrote: > > I'm pleased to announce that the Lucene PMC has voted to add Uwe Schindler to > the PMC.  Uwe has been doing a lot of work

Re: weird behavior of IndexReader.indexExists()

2006-05-25 Thread Simon Willnauer
To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Simon Willnauer Kolonnenstrasse 19 10829 Berlin Germany Fon: +49 30 97888951 Mobil: +49 1792200127 E-Mail: [EMAIL PROTECTED]

Re: Lucene and Java 1.5

2006-05-27 Thread Simon Willnauer
mitted? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- -- Simon Willnauer Kolonnenstrasse 19 10829 Berlin Germany Fon: +49 30 97888951 Mobil: +49 1792200127 E-Mail:

Re: Lucene and Java 1.5

2006-05-27 Thread Simon Willnauer
ments over 1.4.x, including generics for example. Isn't it time for Lucene to adopt 1.5? Chuck Simon Willnauer wrote on 05/27/2006 12:47 AM: > I guess the discussion about switching to 1.5 will startup right now > due to the 2.0 release of lucene. > But I have doubt about 1.5 code w

New lucene contrib project - GData Server

2006-05-27 Thread Simon Willnauer
Hello everyone, some of you guys might have heard about the Google SummerOfCode program. (code.google.com/soc/) I'm a student has been accepted to the the program to build a GData server side implementation developed as a contrib lucene project. Like other ASF projects the discussion and the dev

Re: Lucene and Java 1.5

2006-05-27 Thread Simon Willnauer
I fully agree with you yonik, it won't be a good idea to change to 1.5 within the patch releases of the version 2. But it is generally a good idea to think about using the 1.5 platform in future development. What's about using the 1.5 platform as a requirement on new projects like the contrib GDAT

Lucene Gdata -- the best way to store the feeds / entries

2006-05-27 Thread Simon Willnauer
For those who haven't heard about the GData project please check today's mailing list . The Lucene Indexer is supposed to be used as the search component of this implementation. As GData is an extension to the Atom/Rss format including search and a kind of versioning. This project is a server sid

Re: Lucene Gdata -- the best way to store the feeds / entries

2006-05-28 Thread Simon Willnauer
questions. simon On 5/28/06, Paul Elschot <[EMAIL PROTECTED]> wrote: On Sunday 28 May 2006 01:33, Simon Willnauer wrote: > For those who haven't heard about the GData project please check > today's mailing list . > The Lucene Indexer is supposed to be used as the s

Re: Lucene Gdata -- the best way to store the feeds / entries

2006-05-28 Thread Simon Willnauer
was quite happy with performance and ease of use. Otis - Original Message ---- From: Simon Willnauer <[EMAIL PROTECTED]> To: [email protected] Sent: Saturday, May 27, 2006 7:33:28 PM Subject: Lucene Gdata -- the best way to store the feeds / entries For those who haven't he

Re: Lucene Gdata -- the best way to store the feeds / entries

2006-05-28 Thread Simon Willnauer
d is pretty easy to work with, but it may be overkill and may complicate your architecture too much. Perhaps the best way is to define an Interface to this component and one or two implementations of it (maybe flat file and BDB) and then other people can write their own. -Grant Simon Willnauer w

Re: New lucene contrib project - GData Server

2006-05-29 Thread Simon Willnauer
This is great guys, I will definately have a look at it. :) Thanks!! I'm thinking of configuring the indexer via xml as well. As the atom format allows foreign namespaces the indexing component has to be very flexible. I might configure all the elements in the atom namespace globally and will off

Re: Lucene and Java 1.5

2006-05-29 Thread Simon Willnauer
I guess this discussion isn't over... I would like to know if anybody would feel uncomfortable with a 1.5 dependend contrib project like the GData Server? I'm not sure whether it is worth to think about a 2.0 / 2.1 (tiger) branch. That would be a lot more work but far less fight ;) simon On 5/2

Re: Lucene and Java 1.5

2006-05-29 Thread Simon Willnauer
ly for 1.5+ and it has top billing my architecture. GData server at 1.5 is perfectly fine by me. I'd use it, and very interested in Solr collaboration as well. Erik On May 29, 2006, at 11:30 AM, Simon Willnauer wrote: > I guess this discussion isn't over... > I would l

Gdata Server - Feed / Entry representation

2006-05-29 Thread Simon Willnauer
Hello everyone, today I reconsidered the internal representation of the feed / entries. I had a closer look at the Google Data Client Api which is supposed to be the other end to the server. This API is dist. under the Apache Licence e.g. open source. It already provides the Object representatio

Re: Lucene and Java 1.5

2006-05-30 Thread Simon Willnauer
I use 1.5 JVM since 1.5 years building 1.4 and 1.5 projects which works perfect. But if you are afraid of the management you could still modify your local build process to set JAVA_HOME variables during build. Multiple JVM on a system should not be a problem AFAIK. Won't that solve the problem?!

Re: Lucene and Java 1.5

2006-05-30 Thread Simon Willnauer
contrib projects developed with >=1.5 should definitly be discussed on the mailing list instead of letting them use whatever JVM version is available. simon Simon Willnauer wrote: > I use 1.5 JVM since 1.5 years building 1.4 and 1.5 projects which > works perfect. But if you are afraid of

Re: Gdata Server - Feed / Entry representation

2006-05-30 Thread Simon Willnauer
Nobody replies... hmm I assume that this would be ok. Mentors? Doug, Yonik, Ian? simon On 5/29/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: Hello everyone, today I reconsidered the internal representation of the feed / entries. I had a closer look at the Google Data Client Api wh

Re: Gdata Server - Feed / Entry representation

2006-05-30 Thread Simon Willnauer
a server. On 5/30/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: > Nobody replies... hmm I assume that this would be ok. Mentors? Doug, Yonik, Ian? > > simon > > On 5/29/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: > > Hello everyone, > > > > today I

Re: Gdata Server - Feed / Entry representation

2006-05-30 Thread Simon Willnauer
to since you say they have an Apache license. Do their client libraries have any other dependencies? -Yonik http://incubator.apache.org/solr Solr, the open-source Lucene search server On 5/30/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: > See, I have to build an internal representation

Re: Gdata Server - Feed / Entry representation

2006-05-30 Thread Simon Willnauer
va object sounds good. It looks like they use Java 5's XML parser, so you don't need external XML parsers. Otis - Original Message From: Simon Willnauer <[EMAIL PROTECTED]> To: [email protected] Sent: Tuesday, May 30, 2006 3:07:05 PM Subject: Re: Gdata Server - Fe

Re: Gdata Server - Feed / Entry representation

2006-05-30 Thread Simon Willnauer
ess they need to do a certain amount to parse responses from the server). Lucky for you! Will you need to add some more parsing code to handle client-to-server requests, or do the client libs even handle that? On 5/30/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: > No the client lib has

Re: Lucene and Java 1.5

2006-05-30 Thread Simon Willnauer
Well, the point is that commons-logging is not a Logging-API. It is rather an abstraction layer on top of several Logging-API's like the 1.5 logging and Log4j. I would always go for an abstraction layer than for some delegate mechanism between implementations. Simon On 5/30/06, Robert Engels <[E

Re: Luke - in need of maintainer

2006-06-01 Thread Simon Willnauer
When the Summer of Code Project ends I'll still maintain and work on the GData Server but I'm willing to help maintaining Luke and maybe porting it to Swing / RCP based application. This won't happen until Oktober ;) simon On 6/1/06, Chris Nokleberg <[EMAIL PROTECTED]> wrote: On Thu, 01 Jun 20

GData Server - Lucene storage

2006-06-01 Thread Simon Willnauer
Hello folks, as I'm the only developer on the project due to the SummerOfCode program it is quiet a tough task to discuss all the architecture with you on the mailing list. For this reason I decided to create UML diagrams to discuss the main components. I will not attach the uml to the mails rath

Re: GData Server - Lucene storage

2006-06-02 Thread Simon Willnauer
On 6/2/06, Ian Holsman <[EMAIL PROTECTED]> wrote: On 02/06/2006, at 9:37 AM, Simon Willnauer wrote: > The biggest problem with the lucene storage is to achieve a > transactional state. Imagine the following scenario: > An update request comes in. -> the entry to update will

Re: GData Server - Lucene storage

2006-06-02 Thread Simon Willnauer
On 6/2/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 6/1/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: > So the results of the search are entry ids and a > corresponding feed. These entries will be retrieved from the storage > and send back to the client. In the sim

Re: GData Server - Lucene storage

2006-06-02 Thread Simon Willnauer
On 6/2/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 6/2/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: > This is also true. This problem is still the server response, if i queue > some updates / inserts or index them into a RamDir I still have the problem > of concurrent

Re: GData Server - Lucene storage

2006-06-02 Thread Simon Willnauer
On 6/2/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 6/2/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: > So this would happen quiet often due to updates and inserts. > Hmm it is more and more a bad idea to use a lucene index as a storage. > Rather go straight to a D

Re: GData Server - Lucene storage

2006-06-02 Thread Simon Willnauer
the index+storage. If that's so, I would consder renaming this "StorageBuffer" or some such. This is true. that should be changed. :) Otis - Original Message From: Simon Willnauer <[EMAIL PROTECTED]> To: [email protected] Sent: Thursday, June 1, 2006 7:37:

Re: IndexWriter multithreaded?

2006-06-04 Thread Simon Willnauer
On 6/4/06, Robert Engels <[EMAIL PROTECTED]> wrote: I understand that there can only be a single active IndexWriter per Directory, but is the IndexWriter multithreaded (it seems to be)? Do you mean the a IndexWriter works with several threads or is thread-safe? maybe this one helps: http://

create feeds in GDATA - Server

2006-06-06 Thread Simon Willnauer
Hello, the first version of the GDATA server is already running and it supports all the CRUD actions base on a lucene storage. so the next thing is to enable multiple feed ( I wouldn't be a proper server serving just one single feed instance :). Basically the gdata - protocol description doesn't

Re: create feeds in GDATA - Server

2006-06-06 Thread Simon Willnauer
simon On 6/6/06, Chuck Williams <[EMAIL PROTECTED]> wrote: Simon, What are your U requirements in the CRUD? Are these only on individual items so that delete/add is sufficient, or do you have any bulk update requirements? Chuck Simon Willnauer wrote on 06/06/2006 05:47 AM: > Hello

Re: create feeds in GDATA - Server

2006-06-08 Thread Simon Willnauer
Do you guys have no suggestions? I would appreciate some suggestions!!! yours simon On 6/6/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: The requironments for the U action is just a individual entry update e.g. an update to an specific existing entry ID like http://www.yourdomain.com

gdata server configuration

2006-06-08 Thread Simon Willnauer
It is time to add some configuration to the gdata server. The server is based on a Entry / Feed Object representation model using "Extension Profiles" to describe entry / feed elements. As atom feed allows foreign namespaces as elements users should be able to extend the BaseFeed / BaseEntry class

Re: create feeds in GDATA - Server

2006-06-10 Thread Simon Willnauer
"A feed collection has N feeds" between 1. and 2. Should there be collections? Or is that what "/feed/entry/category/@term" could/should/will be used for? Otis Thanks very much for your ideas! simon :) - Original Message From: Simon Willnauer To: java-dev@luce

Re: create feeds in GDATA - Server

2006-06-11 Thread Simon Willnauer
ing my understanding of things (points 1. 2. 3. 4.) - was that correct? You didn't comment... These points are correct! simon Otis - Original Message From: Simon Willnauer <[EMAIL PROTECTED]> To: [email protected]; Otis Gospodnetic < [EMAIL PROTECTED]> Sent:

Re: javadoc compilation problem?

2006-06-14 Thread Simon Willnauer
On 6/14/06, Nadav Har'El <[EMAIL PROTECTED]> wrote: Hi, When I try to do "ant javadocs" to get an HTML version of the javadocs (I want to check the javadocs in a patch I proposed), I get 80 errors from contrib/gdata-server, and it appears like none of the HTML documents get updates. I guess I

Re: javadoc compilation problem?

2006-06-14 Thread Simon Willnauer
I had a similar approach to this working on 1.4 but you have been 5 min faster ;) Never mind... I tried yours on java 1.4.2_12 (windows) and blackdown 1.4(linux) it is working fine for my 1.4 JVM's but I do agree with you that we need a better way to deal with 1.5 dependent contib modules. Me and

Re: Test failure question

2006-06-16 Thread Simon Willnauer
On 6/16/06, George Aroush <[EMAIL PROTECTED]> wrote: Hi folks, I realize this question is not directly related to Lucene, but I believe it's worth asking. With Lucene.Net (for those who don't know, is a port of Jakarta Lucene from Java to C#) I use NUnit to test the same test code (ported to C#

GData - Milestone 2

2006-06-16 Thread Simon Willnauer
Hello everyone, it was quiet the last week, well I had a bad cold so Milestone 2 starts a bit late... Milestone 2 is about client authentication. GData client auth is also defined (well kind of) in the gdata protocol reference on code.google.com. The client is supposed to support either a cookie

Re: [jira] Commented: (LUCENE-604) do we need a flag to check open status for IndexWriter and IndexSearcher

2006-06-16 Thread Simon Willnauer
If you look for a nice way to do that have a look at the solr source http://svn.apache.org/viewvc/incubator/solr/trunk/src/java/org/apache/solr/util/RefCounted.java?view=markup this is 1.5 source but you can realize that with 1.4 as well ;) simon On 6/16/06, Otis Gospodnetic (JIRA) <[EMAIL PRO

Re: GData - Milestone 2

2006-06-16 Thread Simon Willnauer
o share this token. If that's all you need, perhaphs, is JavaSpaces (e.g. http://www.dancres.org/blitz/ ). Otis - Original Message From: Simon Willnauer <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, June 16, 2006 12:48:59 PM Subject: GData - Milestone 2 H

Re: Results (Re: Survey: Lucene and Java 1.4 vs. 1.5)

2006-06-16 Thread Simon Willnauer
go tiger go! everybody not using 1.5 should visite java.sun.com downloading the 1.5 vm!! On 6/16/06, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: It looks like I would have won a beer had anyone wagered me. 1.5 IS the Java version that the majority Lucene users use, not 1.4! Does this mean we

Re: GData - Milestone 2

2006-06-16 Thread Simon Willnauer
sntance of HttpSession, and that's that you'll get from request.getSession(). Otis - Original Message From: Simon Willnauer <[EMAIL PROTECTED]> To: [email protected]; Otis Gospodnetic <[EMAIL PROTECTED]> Sent: Friday, June 16, 2006 4:53:21 PM Subject: Re:

Re: GData - Milestone 2

2006-06-17 Thread Simon Willnauer
t I really appreciate any suggestion! regards simon On 6/17/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: On 6/17/06, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: > Simon, > > I don't fully understand your question, but if sessions are replicated, then the GData cluster doesn&

Re: Results (Re: Survey: Lucene and Java 1.4 vs. 1.5)

2006-06-22 Thread Simon Willnauer
On 6/22/06, DM Smith <[EMAIL PROTECTED]> wrote: On 6/22/06, Doug Cutting <[EMAIL PROTECTED]> wrote: > > DM Smith wrote: > > In an earlier note, I suggested that there needs to be guidance as to > how > > Java 5 constructs are to be incorporated into code, contrib and core. > > (Sooner or later, c

Gdata Concurrency

2006-06-24 Thread Simon Willnauer
Hello everyone, next round for Germany in the fifa world cup and next round in Summer of Code Program. A little overview for you guys... The Gdata Server does basically serve RSS / Atom feeds and enables users to insert , update and delete entries if they are authenticated. To ensure lost update

Re: [jira] Resolved: (LUCENE-618) GData - Server wrong commit does not build

2006-06-28 Thread Simon Willnauer
Key: LUCENE-618 > > URL: http://issues.apache.org/jira/browse/LUCENE-618 > > Project: Lucene - Java > > Type: Sub-task > > > Components: Other > > Reporter: Simon Willnauer > > Assignee: Hoss Man > > Attachments: 27.06.06.di

Gdata - Indexing feeds and entries

2006-07-15 Thread Simon Willnauer
Hi there, it has been quiet about Gdata the last 2 weeks but all the exams are done and uni has finished yesterday so next round can start up. OK what needs to be done, the gdata protocol describes a kind of a query language to query feed for full text search in defined xml elements and / or cust

Re: Lucene for XML Not searching tag values

2006-07-17 Thread Simon Willnauer
Hi I guess this is a kind of a question which should be asked on the user mailing list. But anyway If you use the code below you search just in a single field named "type". "Type" in your xml has a value "individual" but not value "New York". Aside from the sense of your approach you should use th

Re: Gdata - Indexing feeds and entries

2006-07-17 Thread Simon Willnauer
ou mad having SR RR conflicts. On 7/15/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: > My first and main problem is pretty well know on this mailinglist, > well I found lots of questions and suggestions via google but these > discussions are quite a while ago. I was wondering if

GData - Server, Indexing entries

2006-07-19 Thread Simon Willnauer
Hello everyone, well the last mailing about distributed indexing / searching did not receive many answers, maybe that's why the topic is very tough. Anyway I try to kick of the indexing / searching milestone with another mailing. The Gdata server has to index all incoming entries on inserts or up

Re: GData - Server, Indexing entries

2006-07-20 Thread Simon Willnauer
e demo the job, well I check it you if it's enough for my purpose. that one is apache licenced already ;) regards simon Just curious. Thanks, Otis - Original Message From: Simon Willnauer <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, July 19, 2006 5:

Re: svn commit: r424449 - /lucene/java/trunk/src/java/org/apache/lucene/document/DateTools.java

2006-07-22 Thread Simon Willnauer
Creating SimpleDateFormat instances are very expensive as Daniel already said. I had similar issues with SDF in JSP pages formatting lots a date strings. Using a simple stack or kind of pool reusing the SDF instances turned out in a reasonable performance gain. That would also solve the doubt abou

Re: ant javacc-QueryParser

2006-07-23 Thread Simon Willnauer
I did run the ant task after updating to your changes and I do have a difference between the head and the generated file. But this is also missing in revision < 424708. Index: QueryParser.java === --- QueryParser.java(revision 42

Re: ant javacc-QueryParser

2006-07-23 Thread Simon Willnauer
Yes, but I always get "Could not create task or type of type: javacc". I use a javacc that I downloaded and installed (i.e. unpacked) manually. Could be anything... :) ant version?! Anyway, I did run the javacc task with a javacc 3.2 version, the generated files don't differ from your commit. So

Gdata - opening/closing index

2006-07-23 Thread Simon Willnauer
Hello everyone, You might have read some mails about the gdata server and what he does so I assume that you are kind of familar with it. I need to index every change to any entry in any feed to make the modifications searchable. I'm especially worried about updates and inserts. So if I index ever

Re: Gdata - opening/closing index

2006-07-23 Thread Simon Willnauer
On 7/23/06, karl wettin <[EMAIL PROTECTED]> wrote: On Sun, 2006-07-23 at 19:10 +0200, Simon Willnauer wrote: > So if I index every change immediately I have to open and close the > index reader and writer all the time. This is not very efficient. How often do you plan to close the

Re: Gdata - opening/closing index

2006-07-25 Thread Simon Willnauer
I was wondering how the solr server does handle updates to the index. I have to deal with inserts, deletes and updates in no specific order. So to delete and insert an entry is no problem as the ids are unique but for updateing a specific document in the index I have to close and reopen the index

Re: [jira] Closed: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

2006-07-25 Thread Simon Willnauer
Issue Type: New Feature > Components: Other >Reporter: Simon Willnauer > Fix For: 2.0.1 > > Attachments: common-build.diff, common-build_1.diff, gdata-build_xml.diff, gdata_06_07_23.diff, gdata_06_07_23.diff, gdata_06_07_25.diff, gdata

Has anyone downloaded / build / deployed the GData-Server

2006-07-26 Thread Simon Willnauer
Hello java-devs, as I'm the only person knowing what's going on in the gdata-server I need and will provide a wiki page for it. So I'm asking you to give me a hand with that in a rather passive way. I thought about writing a basic installing instruction and a simple how to on the lucene wiki page

Re: [jira] Created: (LUCENE-631) GData Server - Milestone 3 Patch, Bugfixes, Documentation

2006-07-26 Thread Simon Willnauer
see they have a GPL version now, although I don't see explanation of the dual license reasons/feature differecences/restrictions. Otis - Original Message From: Simon Willnauer (JIRA) <[EMAIL PROTECTED]> To: [email protected] Sent: Sunday, July 23, 2006 11:40:13 AM

Re: 2.0.1 release? -- was Re: Web search demo does not work

2006-07-27 Thread Simon Willnauer
+1 On 7/27/06, Grant Ingersoll <[EMAIL PROTECTED]> wrote: +1 On Jul 27, 2006, at 1:26 AM, Chris Hostetter wrote: > > Does anyone think it might be worth while to put out a 2.0.1 release? > > I'm not a big fan of "official" releases in general, but a lot of > users > put a lot of faith in them,

GData index html documents

2006-07-30 Thread Simon Willnauer
Hello all, I'm at a point where I have to retrieve data from entry elements which could contain text, html, xhtml or even xml. So there is not problem so far. Detecting which format the element contains is also pretty easy as each element has a "type" attribute. if there is not such type attribut

Re: GData index html documents

2006-07-30 Thread Simon Willnauer
I got in touch with andy, he told me that it would be totally alright to include it. Other projects already using it. regards Simon On 7/30/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: Hello all, I'm at a point where I have to retrieve data from entry elements which could contain

Re: Has anyone downloaded / build / deployed the GData-Server

2006-07-31 Thread Simon Willnauer
great. Otis ----- Original Message From: Simon Willnauer <[EMAIL PROTECTED]> To: [email protected] Sent: Wednesday, July 26, 2006 6:53:43 AM Subject: Has anyone downloaded / build / deployed the GData-Server Hello java-devs, as I'm the only person knowing what's going o

Re: The handle is invalid

2006-08-01 Thread Simon Willnauer
Could be the "java.lang.IllegalArgumentException: Argument cannot be null" the cause of your problem. Rootcauses of exceptions are always the bottom aren't they? simon On 8/1/06, zhu jiang <[EMAIL PROTECTED]> wrote: Hi Erik, I use multi-threads to add lots of documents while querying. At

GData-Server: SoC almost finished, server almost done so far....

2006-08-06 Thread Simon Willnauer
Hey guys, SummerOfCode finishes at the 22nd of August and all functionality has been implemented so far. Well, that does not mean that the project has finished at all. I will reflect the last 3 week a bit on this mail to get the interested of you a bit of an overview. The proposal had 5 Mileston

Re: GData-Server: SoC almost finished, server almost done so far....

2006-08-07 Thread Simon Willnauer
e questions about how the server should be distributed, well a war file is fine for deploying a web application but you should be able to configure directories and other stuff for your suites before deploying the whole thing. I will think about that and make some suggestions. best regards simon -Y

Re: GData-Server: SoC almost finished, server almost done so far....

2006-08-07 Thread Simon Willnauer
On 8/7/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 8/7/06, Simon Willnauer <[EMAIL PROTECTED]> wrote: > Good stuff yonik!! > On 8/7/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: > > It's looking good Simon, I was trying out some queries on your public server

Re: GData-Server: SoC almost finished, server almost done so far....

2006-08-08 Thread Simon Willnauer
On 8/8/06, Chris Hostetter <[EMAIL PROTECTED]> wrote: : > Things under contrib have entries here: : > http://lucene.apache.org/java/docs/lucene-sandbox/ : > : Fine, so I can add the gdata server to the sandbox html file or is : that generated somewhere? The source files for the Java Lucene websi

GData: Mandatory Index Fields

2006-08-08 Thread Simon Willnauer
Hello all, I wrote some lines on the gdata protocol query which says that updated and author are mandatory fields and they should be available for searching. Well the lucene gdata server allows the admin to configure all the fields. Now the question, would you hard code these fields to the code t

Re: [jira] Updated: (LUCENE-642) GData Server IndexComponent

2006-08-09 Thread Simon Willnauer
That was just a bit of background information, I'm just a bit overwrought... That all was a lot of work and I need some day off coding. All other coding except of some little parts will take part after SoC. best regards simon On 8/9/06, Yonik Seeley <[EMAIL PROTECTED]> wrote: On 8/

Re: [jira] Commented: (LUCENE-642) GData Server IndexComponent

2006-08-10 Thread Simon Willnauer
Project: Lucene - Java > Issue Type: New Feature > Components: Other >Reporter: Simon Willnauer > Attachments: 09_08.06.diff, gdata_patch_31_07_06.diff, requieredLibs.tar.gz > > > New Feature added: > -> Indexcomponent.

Re: [jira] Commented: (LUCENE-642) GData Server IndexComponent

2006-08-10 Thread Simon Willnauer
d post the log. > GData Server IndexComponent > --- > > Key: LUCENE-642 > URL: http://issues.apache.org/jira/browse/LUCENE-642 > Project: Lucene - Java > Issue Type: New Feature > Componen

GData - Server documentation online @ wiki.apache.org

2006-08-12 Thread Simon Willnauer
Hello java-devs, I added the documentation for the gdata server to the lucene wiki @ http://wiki.apache.org/jakarta-lucene/GdataServer -- Daniel Naber will hate me for that receiving 4 million email in 3 days about changes in the wiki ;) hey if you feel bored just give it a go :). No honestly If

Re: Prevayle-based StorageController for GDataServer

2006-08-15 Thread Simon Willnauer
No not yet, the storage implementation are still in heavy development, but I had a look at the prevayle api as well. If you are interested in building such a storage layer we can set up a plan together to integrate this as a storage for gdata server. I thought a while about the storage topic and c

Re: About Feeds in GDataServer

2006-08-15 Thread Simon Willnauer
On 8/15/06, Marcos César de Oliveira <[EMAIL PROTECTED]> wrote: A service can have more than one feed? Yes! If no, what is a difference between a service and a feed? see above. If yes, do they have to belong to the same class? You can choose a class at the bottom of the class hierarchy and a

  1   2   3   4   5   6   7   8   >