-
Notifications
You must be signed in to change notification settings - Fork 145
Lucene 3.6.2, POST queries, full OOXML schemas, increase granularity of Date queries #188
base: master
Are you sure you want to change the base?
Conversation
This increases the granularity of Range queries over Date values, and allows to perform exact sorting over Date fields.
This allows to parse Office documents that use exotic features.
I'm taking the commits individually that can go in unmodified. The precisionStep thing will need to be configurable and the POST variant (which is a great idea) might be done more cleanly (not sure yet). |
Thank you! As you may have inferred, I am not a Java developer, so I basically cargo-culted the POST code and just tested it from the outside, issuing big HTTP requests. About Thanks again, and looking forward to the developments. ~Marcello |
@rnewson I'm happy to donate some time to clean up the POST code, it is indeed a bit ugly. If you have any specific feedback on what is unacceptable right now, please let me know, so I can focus on that. |
@patricklodder I don't have any specific objections right now, only that it looked a little odd to me. I'll take some time over the holidays to look at it. It's definitely useful to have a POST variant. |
Hi @rnewson, I've extracted licensing information for all the included dependencies in a new text file. I don't think there's a better way for now, as Maven doesn't provide structured licensing information for all the artifacts, so I had to find the home pages of each dependency and find out which license they are released under. |
Thanks, but I'm not sure it's necessary (and it's not related to this pull request, I think). |
OK. Yes, it is definitely OT here - sorry for the noise. |
No problem. :) I hope to finish extracting the work here into master next week, the simple bits are already done. |
Hi Robert,
as discussed on the couchdb-user mailing list, this pull request contains a batch of changes that we found useful in our production environment.
Details are in the commit messages and in the NEWS file.
This contains @patricklodder's commit from #170, closing also #112.
Thanks!
~Marcello