How to index arbitrary headers?

2012-10-04 Thread Dmitrijs Ledkovs
On 4 October 2012 13:51, Nicol?s Reynolds  wrote:
> Austin Clements  writes:
>
>> Quoth Petri Savolainen on Oct 01 at  3:39 pm:
>>>Hello,
>>>I could not find information anywhere in notmuch docs about what is
>>>actually indexed - specifically, what email headers are indexed and
>>>searchable? If a header is not indexed, does searching for its value 
>>> still
>>>result in a search hit?
>>>It would be nice if one could just provide the list of headers to be
>>>indexed in some configuration file or something.
>>>Thanks,
>>> Petri
>>
>> notmuch doesn't currently implement this, though it is an
>> oft-requested feature.  One (not insurmountable) difficulty is that
>> the database would have to be rebuilt if a user-configured list of
>> headers changed and there are technical limitations that prevent us
>> from simply indexing all headers.  Out of curiosity, what headers are
>> you interested in indexing?
>>
>> The currently indexed headers are described in man
>> notmuch-search-terms.
>
> maybe related: is it possible to index only the headers and not the mail
> body?
>

Checkout project `afew` which pipes complete emails and assigns tags
based on the parse result.
It may be sufficient for your purpose.
Or you can modify notmuch to index the stuff you want.

Regards,

Dmitrijs.


How to index arbitrary headers?

2012-10-04 Thread Nicolás Reynolds
Dmitrijs Ledkovs  writes:
> Checkout project `afew` which pipes complete emails and assigns tags
> based on the parse result.
> It may be sufficient for your purpose.

i'm a happy afew user :)

> Or you can modify notmuch to index the stuff you want.

ok
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: 



Re: How to index arbitrary headers?

2012-10-04 Thread Nicolás Reynolds
Dmitrijs Ledkovs  writes:
> Checkout project `afew` which pipes complete emails and assigns tags
> based on the parse result.
> It may be sufficient for your purpose.

i'm a happy afew user :)

> Or you can modify notmuch to index the stuff you want.

ok


pgpeufxKp3zdo.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


How to index arbitrary headers?

2012-10-04 Thread Nicolás Reynolds
Austin Clements  writes:

> Quoth Petri Savolainen on Oct 01 at  3:39 pm:
>>Hello,
>>I could not find information anywhere in notmuch docs about what is
>>actually indexed - specifically, what email headers are indexed and
>>searchable? If a header is not indexed, does searching for its value still
>>result in a search hit?
>>It would be nice if one could just provide the list of headers to be
>>indexed in some configuration file or something.
>>Thanks,
>>?Petri
>
> notmuch doesn't currently implement this, though it is an
> oft-requested feature.  One (not insurmountable) difficulty is that
> the database would have to be rebuilt if a user-configured list of
> headers changed and there are technical limitations that prevent us
> from simply indexing all headers.  Out of curiosity, what headers are
> you interested in indexing?
>
> The currently indexed headers are described in man
> notmuch-search-terms.

maybe related: is it possible to index only the headers and not the mail
body?
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: 



Re: How to index arbitrary headers?

2012-10-04 Thread Dmitrijs Ledkovs
On 4 October 2012 13:51, Nicolás Reynolds  wrote:
> Austin Clements  writes:
>
>> Quoth Petri Savolainen on Oct 01 at  3:39 pm:
>>>Hello,
>>>I could not find information anywhere in notmuch docs about what is
>>>actually indexed - specifically, what email headers are indexed and
>>>searchable? If a header is not indexed, does searching for its value 
>>> still
>>>result in a search hit?
>>>It would be nice if one could just provide the list of headers to be
>>>indexed in some configuration file or something.
>>>Thanks,
>>> Petri
>>
>> notmuch doesn't currently implement this, though it is an
>> oft-requested feature.  One (not insurmountable) difficulty is that
>> the database would have to be rebuilt if a user-configured list of
>> headers changed and there are technical limitations that prevent us
>> from simply indexing all headers.  Out of curiosity, what headers are
>> you interested in indexing?
>>
>> The currently indexed headers are described in man
>> notmuch-search-terms.
>
> maybe related: is it possible to index only the headers and not the mail
> body?
>

Checkout project `afew` which pipes complete emails and assigns tags
based on the parse result.
It may be sufficient for your purpose.
Or you can modify notmuch to index the stuff you want.

Regards,

Dmitrijs.
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


How to index arbitrary headers?

2012-10-04 Thread Dmitrijs Ledkovs
On 3 October 2012 19:32, Petri Savolainen  wrote:
> Hi,
>
> thanks for your response. I am evaluating notmuch / xapian for building an
> application for analyzing in various ways a fairly large number of emails
> accumulated over several years. I am afraid the number of headers that would
> ultimately need to be indexed is therefore quite a lot larger than what
> notmuch currently indexes.
>
>  Petri
>
> 2012/10/1 Austin Clements 
>>
>> Quoth Petri Savolainen on Oct 01 at  3:39 pm:
>> >Hello,
>> >I could not find information anywhere in notmuch docs about what is
>> >actually indexed - specifically, what email headers are indexed and
>> >searchable? If a header is not indexed, does searching for its value
>> > still
>> >result in a search hit?
>> >It would be nice if one could just provide the list of headers to be
>> >indexed in some configuration file or something.
>> >Thanks,
>> > Petri
>>
>> notmuch doesn't currently implement this, though it is an
>> oft-requested feature.  One (not insurmountable) difficulty is that
>> the database would have to be rebuilt if a user-configured list of
>> headers changed and there are technical limitations that prevent us
>> from simply indexing all headers.  Out of curiosity, what headers are
>> you interested in indexing?
>>
>> The currently indexed headers are described in man
>> notmuch-search-terms.
>

Use mapreduce instead: hadoop or discoproject or haddop with dumbo
should be faster.

Regards,

Dmitrijs.


Re: How to index arbitrary headers?

2012-10-04 Thread Nicolás Reynolds
Austin Clements  writes:

> Quoth Petri Savolainen on Oct 01 at  3:39 pm:
>>Hello,
>>I could not find information anywhere in notmuch docs about what is
>>actually indexed - specifically, what email headers are indexed and
>>searchable? If a header is not indexed, does searching for its value still
>>result in a search hit?
>>It would be nice if one could just provide the list of headers to be
>>indexed in some configuration file or something.
>>Thanks,
>> Petri
>
> notmuch doesn't currently implement this, though it is an
> oft-requested feature.  One (not insurmountable) difficulty is that
> the database would have to be rebuilt if a user-configured list of
> headers changed and there are technical limitations that prevent us
> from simply indexing all headers.  Out of curiosity, what headers are
> you interested in indexing?
>
> The currently indexed headers are described in man
> notmuch-search-terms.

maybe related: is it possible to index only the headers and not the mail
body?


pgp4RZR96u8b2.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: How to index arbitrary headers?

2012-10-04 Thread Dmitrijs Ledkovs
On 3 October 2012 19:32, Petri Savolainen  wrote:
> Hi,
>
> thanks for your response. I am evaluating notmuch / xapian for building an
> application for analyzing in various ways a fairly large number of emails
> accumulated over several years. I am afraid the number of headers that would
> ultimately need to be indexed is therefore quite a lot larger than what
> notmuch currently indexes.
>
>  Petri
>
> 2012/10/1 Austin Clements 
>>
>> Quoth Petri Savolainen on Oct 01 at  3:39 pm:
>> >Hello,
>> >I could not find information anywhere in notmuch docs about what is
>> >actually indexed - specifically, what email headers are indexed and
>> >searchable? If a header is not indexed, does searching for its value
>> > still
>> >result in a search hit?
>> >It would be nice if one could just provide the list of headers to be
>> >indexed in some configuration file or something.
>> >Thanks,
>> > Petri
>>
>> notmuch doesn't currently implement this, though it is an
>> oft-requested feature.  One (not insurmountable) difficulty is that
>> the database would have to be rebuilt if a user-configured list of
>> headers changed and there are technical limitations that prevent us
>> from simply indexing all headers.  Out of curiosity, what headers are
>> you interested in indexing?
>>
>> The currently indexed headers are described in man
>> notmuch-search-terms.
>

Use mapreduce instead: hadoop or discoproject or haddop with dumbo
should be faster.

Regards,

Dmitrijs.
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


Re: How to index arbitrary headers?

2012-10-03 Thread Petri Savolainen
Hi,

thanks for your response. I am evaluating notmuch / xapian for building an
application for analyzing in various ways a fairly large number of emails
accumulated over several years. I am afraid the number of headers that
would ultimately need to be indexed is therefore quite a lot larger than
what notmuch currently indexes.

 Petri

2012/10/1 Austin Clements 

> Quoth Petri Savolainen on Oct 01 at  3:39 pm:
> >Hello,
> >I could not find information anywhere in notmuch docs about what is
> >actually indexed - specifically, what email headers are indexed and
> >searchable? If a header is not indexed, does searching for its value
> still
> >result in a search hit?
> >It would be nice if one could just provide the list of headers to be
> >indexed in some configuration file or something.
> >Thanks,
> > Petri
>
> notmuch doesn't currently implement this, though it is an
> oft-requested feature.  One (not insurmountable) difficulty is that
> the database would have to be rebuilt if a user-configured list of
> headers changed and there are technical limitations that prevent us
> from simply indexing all headers.  Out of curiosity, what headers are
> you interested in indexing?
>
> The currently indexed headers are described in man
> notmuch-search-terms.
>
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


How to index arbitrary headers?

2012-10-03 Thread Petri Savolainen
Hi,

thanks for your response. I am evaluating notmuch / xapian for building an
application for analyzing in various ways a fairly large number of emails
accumulated over several years. I am afraid the number of headers that
would ultimately need to be indexed is therefore quite a lot larger than
what notmuch currently indexes.

 Petri

2012/10/1 Austin Clements 

> Quoth Petri Savolainen on Oct 01 at  3:39 pm:
> >Hello,
> >I could not find information anywhere in notmuch docs about what is
> >actually indexed - specifically, what email headers are indexed and
> >searchable? If a header is not indexed, does searching for its value
> still
> >result in a search hit?
> >It would be nice if one could just provide the list of headers to be
> >indexed in some configuration file or something.
> >Thanks,
> > Petri
>
> notmuch doesn't currently implement this, though it is an
> oft-requested feature.  One (not insurmountable) difficulty is that
> the database would have to be rebuilt if a user-configured list of
> headers changed and there are technical limitations that prevent us
> from simply indexing all headers.  Out of curiosity, what headers are
> you interested in indexing?
>
> The currently indexed headers are described in man
> notmuch-search-terms.
>
-- next part --
An HTML attachment was scrubbed...
URL: 



How to index arbitrary headers?

2012-10-01 Thread Petri Savolainen
Hello,

I could not find information anywhere in notmuch docs about what is
actually indexed - specifically, what email headers are indexed and
searchable? If a header is not indexed, does searching for its value still
result in a search hit?

It would be nice if one could just provide the list of headers to be
indexed in some configuration file or something.

Thanks,

 Petri
-- next part --
An HTML attachment was scrubbed...
URL: 



How to index arbitrary headers?

2012-10-01 Thread Austin Clements
Quoth Petri Savolainen on Oct 01 at  3:39 pm:
>Hello,
>I could not find information anywhere in notmuch docs about what is
>actually indexed - specifically, what email headers are indexed and
>searchable? If a header is not indexed, does searching for its value still
>result in a search hit?
>It would be nice if one could just provide the list of headers to be
>indexed in some configuration file or something.
>Thanks,
>?Petri

notmuch doesn't currently implement this, though it is an
oft-requested feature.  One (not insurmountable) difficulty is that
the database would have to be rebuilt if a user-configured list of
headers changed and there are technical limitations that prevent us
from simply indexing all headers.  Out of curiosity, what headers are
you interested in indexing?

The currently indexed headers are described in man
notmuch-search-terms.


Re: How to index arbitrary headers?

2012-10-01 Thread Austin Clements
Quoth Petri Savolainen on Oct 01 at  3:39 pm:
>Hello,
>I could not find information anywhere in notmuch docs about what is
>actually indexed - specifically, what email headers are indexed and
>searchable? If a header is not indexed, does searching for its value still
>result in a search hit?
>It would be nice if one could just provide the list of headers to be
>indexed in some configuration file or something.
>Thanks,
> Petri

notmuch doesn't currently implement this, though it is an
oft-requested feature.  One (not insurmountable) difficulty is that
the database would have to be rebuilt if a user-configured list of
headers changed and there are technical limitations that prevent us
from simply indexing all headers.  Out of curiosity, what headers are
you interested in indexing?

The currently indexed headers are described in man
notmuch-search-terms.
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


How to index arbitrary headers?

2012-10-01 Thread Petri Savolainen
Hello,

I could not find information anywhere in notmuch docs about what is
actually indexed - specifically, what email headers are indexed and
searchable? If a header is not indexed, does searching for its value still
result in a search hit?

It would be nice if one could just provide the list of headers to be
indexed in some configuration file or something.

Thanks,

 Petri
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch