does docvalues (adds column-stride fields)  means stored but not indexed fields
 which can be modified while do not need reindex?
we simply implemented this based on lucene 2.9.1 and integrated it into solr 1.4
it works well for short fields such as "click count", "page rank" etc.
these values
changed very quickly. the only problem of our implementation is that it can not
work well with compound file format(cfs).



2011/1/15 Michael McCandless <[email protected]>:
> This is unfortunately hard to say!
>
> There's tons of good stuff in 4.0, so we'd really like to release
> sooner rather than later.
>
> But then there's also alot of work remaining, eg we have 3 feature
> branches in flight right now, that we need to wrap up and land on
> trunk:
>
>  * realtime (gives us concurrent flushing during indexing)
>
>  * docvalues (adds column-stride fields)
>
>  * bulkpostings (gives good search speedup for intblock codecs)
>
> Plus many open Jira issues.  So it's hard to predict when all of this
> will be done....
>
> Mike
>
> On Fri, Jan 14, 2011 at 12:31 PM, Gregor Heinrich <[email protected]> wrote:
>> Dear Lucene team,
>>
>> I am wondering whether there is an updated Lucene release schedule for the
>> v4.0 stream.
>>
>> Any earliest/latest alpha/beta/stable date? And if not yet, where to track
>> such info?
>>
>> Thanks in advance from Germany
>>
>> gregor
>>
>> ---------------------------------------------------------------------
>> 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]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to