Time |
S |
Nick |
Message |
14:45 |
|
* pdurbin |
starts writing another manifesto |
14:45 |
|
pdurbin |
well |
14:45 |
|
* pdurbin |
realizing he's writing another manifesto |
14:46 |
|
pdurbin |
a manifesto about faceted search |
14:46 |
|
pdurbin |
since no one in #lucene-dev is paying attention to me: http://colabti.org/irclogger/irclogger_log/lucene-dev?date=2013-05-03#l36 |
14:46 |
|
pdurbin |
and who can blame them, honestly :) |
15:56 |
|
pdurbin |
there! manifesto published: http://devguide.thedata.org/features/search/faceted/roadmap |
16:13 |
|
pdurbin |
aditsu: faceted search ^^ :) |
17:15 |
|
|
agperson joined #sourcefu |
18:24 |
|
pdurbin |
java doesn't have join like perl does? wtf http://stackoverflow.com/questions/4930939/preferred-idiom-for-joining-a-collection-of-strings-in-java |
18:34 |
|
pdurbin |
holy shit I think it's working |
18:34 |
|
pdurbin |
not just the join thing |
18:34 |
|
pdurbin |
the lucene thing |
18:39 |
|
pdurbin |
yeah, so the lesson is that I haven't been able to figure out how to copy and paste dumps of queries back into the code to try to reproduce them. the String versions of the queries I mean. but if I operate on them as objects what I want to do seems to work |
18:39 |
|
pdurbin |
this was helpful: http://www.avajava.com/tutorials/lessons/how-do-i-combine-queries-with-a-boolean-query.html |