You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@logging.apache.org by Gary Gregory <ga...@gmail.com> on 2017/04/19 16:43:33 UTC

Fwd: [apache/logging-log4j2] Add a new LuceneAppender which writes logging events to a lucene index library. (#73)

Should this should go into a new module log4j-lucene?

Gary

---------- Forwarded message ----------
From: liyujue <no...@github.com>
Date: Wed, Apr 19, 2017 at 12:18 AM
Subject: [apache/logging-log4j2] Add a new LuceneAppender which writes
logging events to a lucene index library. (#73)
To: apache/logging-log4j2 <lo...@noreply.github.com>
Cc: Subscribed <su...@noreply.github.com>


Add a new LuceneAppender which writes logging events to a lucene index
library.The log4j2.xml configuration is as follows:





------------------------------
You can view, comment on, or merge this pull request online at:

  https://github.com/apache/logging-log4j2/pull/73
Commit Summary

   - new lucene appender

File Changes

   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
   appender/lucene/LuceneAnalyzer.java
   <https://github.com/apache/logging-log4j2/pull/73/files#diff-0> (33)
   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
   appender/lucene/LuceneAppender.java
   <https://github.com/apache/logging-log4j2/pull/73/files#diff-1> (295)
   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
   appender/lucene/LuceneIndexField.java
   <https://github.com/apache/logging-log4j2/pull/73/files#diff-2> (92)
   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
   appender/lucene/LuceneTokenizer.java
   <https://github.com/apache/logging-log4j2/pull/73/files#diff-3> (38)
   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
   appender/lucene/package-info.java
   <https://github.com/apache/logging-log4j2/pull/73/files#diff-4> (20)

Patch Links:

   - https://github.com/apache/logging-log4j2/pull/73.patch
   - https://github.com/apache/logging-log4j2/pull/73.diff

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<https://github.com/apache/logging-log4j2/pull/73>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABIfN4DqDOx667tnyPilsVOEBWHu1Q9Jks5rxbVZgaJpZM4NBSmg>
.



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [apache/logging-log4j2] Add a new LuceneAppender which writes logging events to a lucene index library. (#73)

Posted by Matt Sicker <bo...@gmail.com>.
The liquibase module is for setting up liquibase to use log4j2 (it has a
strange logging configuration system). It doesn't log *to* anything
specifically.

I agree that the lucene one belongs with the nosql appenders, though I also
think that each plugin that requires dependencies to function might belong
in their own modules for ease of use with users. That's the general idea I
had when I started playing around with the Log4j Boot concept.

On 19 April 2017 at 16:08, Ralph Goers <ra...@dslextreme.com> wrote:

> So you are one of those who think that NoSQL stands for No SQL.  It
> doesn’t. It is an acronym for “Not Only SQL”, which means it can contain
> almost anything related to data stores.
>
> I could see us having a repo for transports, which would include things
> like the Flume Appender and a Netty Appender.
>
> I could see another for data repositories, which would include all the
> NoSQL stuff.  I would not create a search repo as it is just a subset of
> this.
>
> Ralph
>
> > On Apr 19, 2017, at 12:06 PM, Gary Gregory <ga...@gmail.com>
> wrote:
> >
> > Yeah, I considered that... We could rename log4j-nosql to log4j-search.
> > I've never liked "No*" names, it's like voting against a candidate,
> you're
> > not saying anything about what you want. NoSQL, pft! ;-)
> >
> > Or we could put this new appender in a new -search module and put the
> > liquibase stuff in there as well. But since we have gone down the module
> > route already, another module seems OK.
> >
> > Gary
> >
> > On Wed, Apr 19, 2017 at 11:06 AM, Remko Popma <re...@gmail.com>
> wrote:
> >
> >> What other functionality could go into a potential log4j-lucene module?
> Is
> >> this really a category?
> >>
> >> We already have so many modules...
> >>
> >> I'd prefer to add this to one of the existing modules (nosql?) or
> create a
> >> more general module that we could lump other stuff in later.
> >>
> >> Sent from my iPhone
> >>
> >>> On Apr 20, 2017, at 2:18, Gary Gregory <ga...@gmail.com> wrote:
> >>>
> >>> On Wed, Apr 19, 2017 at 10:11 AM, Ralph Goers <
> >> ralph.goers@dslextreme.com>
> >>> wrote:
> >>>
> >>>> It should not go into the main log4j build.
> >>>>
> >>>
> >>> Agreed.
> >>>
> >>> Gary
> >>>
> >>>>
> >>>> Ralph
> >>>>
> >>>>> On Apr 19, 2017, at 9:43 AM, Gary Gregory <ga...@gmail.com>
> >>>> wrote:
> >>>>>
> >>>>> Should this should go into a new module log4j-lucene?
> >>>>>
> >>>>> Gary
> >>>>>
> >>>>> ---------- Forwarded message ----------
> >>>>> From: liyujue <no...@github.com>
> >>>>> Date: Wed, Apr 19, 2017 at 12:18 AM
> >>>>> Subject: [apache/logging-log4j2] Add a new LuceneAppender which
> writes
> >>>>> logging events to a lucene index library. (#73)
> >>>>> To: apache/logging-log4j2 <lo...@noreply.github.com>
> >>>>> Cc: Subscribed <su...@noreply.github.com>
> >>>>>
> >>>>>
> >>>>> Add a new LuceneAppender which writes logging events to a lucene
> index
> >>>>> library.The log4j2.xml configuration is as follows:
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>>
> >>>>> ------------------------------
> >>>>> You can view, comment on, or merge this pull request online at:
> >>>>>
> >>>>> https://github.com/apache/logging-log4j2/pull/73
> >>>>> Commit Summary
> >>>>>
> >>>>> - new lucene appender
> >>>>>
> >>>>> File Changes
> >>>>>
> >>>>> - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >>>>> appender/lucene/LuceneAnalyzer.java
> >>>>> <https://github.com/apache/logging-log4j2/pull/73/files#diff-0> (33)
> >>>>> - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >>>>> appender/lucene/LuceneAppender.java
> >>>>> <https://github.com/apache/logging-log4j2/pull/73/files#diff-1>
> (295)
> >>>>> - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >>>>> appender/lucene/LuceneIndexField.java
> >>>>> <https://github.com/apache/logging-log4j2/pull/73/files#diff-2> (92)
> >>>>> - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >>>>> appender/lucene/LuceneTokenizer.java
> >>>>> <https://github.com/apache/logging-log4j2/pull/73/files#diff-3> (38)
> >>>>> - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >>>>> appender/lucene/package-info.java
> >>>>> <https://github.com/apache/logging-log4j2/pull/73/files#diff-4> (20)
> >>>>>
> >>>>> Patch Links:
> >>>>>
> >>>>> - https://github.com/apache/logging-log4j2/pull/73.patch
> >>>>> - https://github.com/apache/logging-log4j2/pull/73.diff
> >>>>>
> >>>>> ―
> >>>>> You are receiving this because you are subscribed to this thread.
> >>>>> Reply to this email directly, view it on GitHub
> >>>>> <https://github.com/apache/logging-log4j2/pull/73>, or mute the
> thread
> >>>>> <https://github.com/notifications/unsubscribe-auth/
> >>>> ABIfN4DqDOx667tnyPilsVOEBWHu1Q9Jks5rxbVZgaJpZM4NBSmg>
> >>>>> .
> >>>>>
> >>>>>
> >>>>>
> >>>>> --
> >>>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> >>>>> Java Persistence with Hibernate, Second Edition
> >>>>> <https://www.amazon.com/gp/product/1617290459/ref=as_li_
> >>>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
> >>>> linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2
> >> b8>
> >>>>>
> >>>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=
> garygregory-20&l=am2&o=1&a=
> >>>> 1617290459>
> >>>>> JUnit in Action, Second Edition
> >>>>> <https://www.amazon.com/gp/product/1935182021/ref=as_li_
> >>>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
> >>>> linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de4
> >> 18%22
> >>>>>
> >>>>>
> >>>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=
> garygregory-20&l=am2&o=1&a=
> >>>> 1935182021>
> >>>>> Spring Batch in Action
> >>>>> <https://www.amazon.com/gp/product/1935182951/ref=as_li_
> >>>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
> >>>> linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
> >>>> 7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> >>>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=
> garygregory-20&l=am2&o=1&a=
> >>>> 1935182951>
> >>>>> Blog: http://garygregory.wordpress.com
> >>>>> Home: http://garygregory.com/
> >>>>> Tweet! http://twitter.com/GaryGregory
> >>>>
> >>>>
> >>>>
> >>>
> >>>
> >>> --
> >>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> >>> Java Persistence with Hibernate, Second Edition
> >>> <https://www.amazon.com/gp/product/1617290459/ref=as_li_
> >> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
> >> linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2
> b8>
> >>>
> >>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> >> 1617290459>
> >>> JUnit in Action, Second Edition
> >>> <https://www.amazon.com/gp/product/1935182021/ref=as_li_
> >> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
> >> linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de4
> 18%22
> >>>
> >>>
> >>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> >> 1935182021>
> >>> Spring Batch in Action
> >>> <https://www.amazon.com/gp/product/1935182951/ref=as_li_
> >> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
> >> linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
> >> 7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> >>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> >> 1935182951>
> >>> Blog: http://garygregory.wordpress.com
> >>> Home: http://garygregory.com/
> >>> Tweet! http://twitter.com/GaryGregory
> >>
> >
> >
> >
> > --
> > E-Mail: garydgregory@gmail.com | ggregory@apache.org
> > Java Persistence with Hibernate, Second Edition
> > <https://www.amazon.com/gp/product/1617290459/ref=as_li_
> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
> linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
> >
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> 1617290459>
> > JUnit in Action, Second Edition
> > <https://www.amazon.com/gp/product/1935182021/ref=as_li_
> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
> linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22
> >
> >
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> 1935182021>
> > Spring Batch in Action
> > <https://www.amazon.com/gp/product/1935182951/ref=as_li_
> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
> linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
> 7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> 1935182951>
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
>
>
>


-- 
Matt Sicker <bo...@gmail.com>

Re: [apache/logging-log4j2] Add a new LuceneAppender which writes logging events to a lucene index library. (#73)

Posted by Ralph Goers <ra...@dslextreme.com>.
So you are one of those who think that NoSQL stands for No SQL.  It doesn’t. It is an acronym for “Not Only SQL”, which means it can contain almost anything related to data stores.  

I could see us having a repo for transports, which would include things like the Flume Appender and a Netty Appender.  

I could see another for data repositories, which would include all the NoSQL stuff.  I would not create a search repo as it is just a subset of this.

Ralph

> On Apr 19, 2017, at 12:06 PM, Gary Gregory <ga...@gmail.com> wrote:
> 
> Yeah, I considered that... We could rename log4j-nosql to log4j-search.
> I've never liked "No*" names, it's like voting against a candidate, you're
> not saying anything about what you want. NoSQL, pft! ;-)
> 
> Or we could put this new appender in a new -search module and put the
> liquibase stuff in there as well. But since we have gone down the module
> route already, another module seems OK.
> 
> Gary
> 
> On Wed, Apr 19, 2017 at 11:06 AM, Remko Popma <re...@gmail.com> wrote:
> 
>> What other functionality could go into a potential log4j-lucene module? Is
>> this really a category?
>> 
>> We already have so many modules...
>> 
>> I'd prefer to add this to one of the existing modules (nosql?) or create a
>> more general module that we could lump other stuff in later.
>> 
>> Sent from my iPhone
>> 
>>> On Apr 20, 2017, at 2:18, Gary Gregory <ga...@gmail.com> wrote:
>>> 
>>> On Wed, Apr 19, 2017 at 10:11 AM, Ralph Goers <
>> ralph.goers@dslextreme.com>
>>> wrote:
>>> 
>>>> It should not go into the main log4j build.
>>>> 
>>> 
>>> Agreed.
>>> 
>>> Gary
>>> 
>>>> 
>>>> Ralph
>>>> 
>>>>> On Apr 19, 2017, at 9:43 AM, Gary Gregory <ga...@gmail.com>
>>>> wrote:
>>>>> 
>>>>> Should this should go into a new module log4j-lucene?
>>>>> 
>>>>> Gary
>>>>> 
>>>>> ---------- Forwarded message ----------
>>>>> From: liyujue <no...@github.com>
>>>>> Date: Wed, Apr 19, 2017 at 12:18 AM
>>>>> Subject: [apache/logging-log4j2] Add a new LuceneAppender which writes
>>>>> logging events to a lucene index library. (#73)
>>>>> To: apache/logging-log4j2 <lo...@noreply.github.com>
>>>>> Cc: Subscribed <su...@noreply.github.com>
>>>>> 
>>>>> 
>>>>> Add a new LuceneAppender which writes logging events to a lucene index
>>>>> library.The log4j2.xml configuration is as follows:
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> ------------------------------
>>>>> You can view, comment on, or merge this pull request online at:
>>>>> 
>>>>> https://github.com/apache/logging-log4j2/pull/73
>>>>> Commit Summary
>>>>> 
>>>>> - new lucene appender
>>>>> 
>>>>> File Changes
>>>>> 
>>>>> - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>>>>> appender/lucene/LuceneAnalyzer.java
>>>>> <https://github.com/apache/logging-log4j2/pull/73/files#diff-0> (33)
>>>>> - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>>>>> appender/lucene/LuceneAppender.java
>>>>> <https://github.com/apache/logging-log4j2/pull/73/files#diff-1> (295)
>>>>> - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>>>>> appender/lucene/LuceneIndexField.java
>>>>> <https://github.com/apache/logging-log4j2/pull/73/files#diff-2> (92)
>>>>> - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>>>>> appender/lucene/LuceneTokenizer.java
>>>>> <https://github.com/apache/logging-log4j2/pull/73/files#diff-3> (38)
>>>>> - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>>>>> appender/lucene/package-info.java
>>>>> <https://github.com/apache/logging-log4j2/pull/73/files#diff-4> (20)
>>>>> 
>>>>> Patch Links:
>>>>> 
>>>>> - https://github.com/apache/logging-log4j2/pull/73.patch
>>>>> - https://github.com/apache/logging-log4j2/pull/73.diff
>>>>> 
>>>>> ―
>>>>> You are receiving this because you are subscribed to this thread.
>>>>> Reply to this email directly, view it on GitHub
>>>>> <https://github.com/apache/logging-log4j2/pull/73>, or mute the thread
>>>>> <https://github.com/notifications/unsubscribe-auth/
>>>> ABIfN4DqDOx667tnyPilsVOEBWHu1Q9Jks5rxbVZgaJpZM4NBSmg>
>>>>> .
>>>>> 
>>>>> 
>>>>> 
>>>>> --
>>>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>>>> Java Persistence with Hibernate, Second Edition
>>>>> <https://www.amazon.com/gp/product/1617290459/ref=as_li_
>>>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
>>>> linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2
>> b8>
>>>>> 
>>>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
>>>> 1617290459>
>>>>> JUnit in Action, Second Edition
>>>>> <https://www.amazon.com/gp/product/1935182021/ref=as_li_
>>>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
>>>> linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de4
>> 18%22
>>>>> 
>>>>> 
>>>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
>>>> 1935182021>
>>>>> Spring Batch in Action
>>>>> <https://www.amazon.com/gp/product/1935182951/ref=as_li_
>>>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
>>>> linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
>>>> 7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
>>>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
>>>> 1935182951>
>>>>> Blog: http://garygregory.wordpress.com
>>>>> Home: http://garygregory.com/
>>>>> Tweet! http://twitter.com/GaryGregory
>>>> 
>>>> 
>>>> 
>>> 
>>> 
>>> --
>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>> Java Persistence with Hibernate, Second Edition
>>> <https://www.amazon.com/gp/product/1617290459/ref=as_li_
>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
>> linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
>>> 
>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
>> 1617290459>
>>> JUnit in Action, Second Edition
>>> <https://www.amazon.com/gp/product/1935182021/ref=as_li_
>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
>> linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22
>>> 
>>> 
>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
>> 1935182021>
>>> Spring Batch in Action
>>> <https://www.amazon.com/gp/product/1935182951/ref=as_li_
>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
>> linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
>> 7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
>> 1935182951>
>>> Blog: http://garygregory.wordpress.com
>>> Home: http://garygregory.com/
>>> Tweet! http://twitter.com/GaryGregory
>> 
> 
> 
> 
> -- 
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
> 
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
> JUnit in Action, Second Edition
> <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>
> 
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
> Spring Batch in Action
> <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory



Re: [apache/logging-log4j2] Add a new LuceneAppender which writes logging events to a lucene index library. (#73)

Posted by Gary Gregory <ga...@gmail.com>.
Yeah, I considered that... We could rename log4j-nosql to log4j-search.
I've never liked "No*" names, it's like voting against a candidate, you're
not saying anything about what you want. NoSQL, pft! ;-)

Or we could put this new appender in a new -search module and put the
liquibase stuff in there as well. But since we have gone down the module
route already, another module seems OK.

Gary

On Wed, Apr 19, 2017 at 11:06 AM, Remko Popma <re...@gmail.com> wrote:

> What other functionality could go into a potential log4j-lucene module? Is
> this really a category?
>
> We already have so many modules...
>
> I'd prefer to add this to one of the existing modules (nosql?) or create a
> more general module that we could lump other stuff in later.
>
> Sent from my iPhone
>
> > On Apr 20, 2017, at 2:18, Gary Gregory <ga...@gmail.com> wrote:
> >
> > On Wed, Apr 19, 2017 at 10:11 AM, Ralph Goers <
> ralph.goers@dslextreme.com>
> > wrote:
> >
> >> It should not go into the main log4j build.
> >>
> >
> > Agreed.
> >
> > Gary
> >
> >>
> >> Ralph
> >>
> >>> On Apr 19, 2017, at 9:43 AM, Gary Gregory <ga...@gmail.com>
> >> wrote:
> >>>
> >>> Should this should go into a new module log4j-lucene?
> >>>
> >>> Gary
> >>>
> >>> ---------- Forwarded message ----------
> >>> From: liyujue <no...@github.com>
> >>> Date: Wed, Apr 19, 2017 at 12:18 AM
> >>> Subject: [apache/logging-log4j2] Add a new LuceneAppender which writes
> >>> logging events to a lucene index library. (#73)
> >>> To: apache/logging-log4j2 <lo...@noreply.github.com>
> >>> Cc: Subscribed <su...@noreply.github.com>
> >>>
> >>>
> >>> Add a new LuceneAppender which writes logging events to a lucene index
> >>> library.The log4j2.xml configuration is as follows:
> >>>
> >>>
> >>>
> >>>
> >>>
> >>> ------------------------------
> >>> You can view, comment on, or merge this pull request online at:
> >>>
> >>> https://github.com/apache/logging-log4j2/pull/73
> >>> Commit Summary
> >>>
> >>>  - new lucene appender
> >>>
> >>> File Changes
> >>>
> >>>  - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >>>  appender/lucene/LuceneAnalyzer.java
> >>>  <https://github.com/apache/logging-log4j2/pull/73/files#diff-0> (33)
> >>>  - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >>>  appender/lucene/LuceneAppender.java
> >>>  <https://github.com/apache/logging-log4j2/pull/73/files#diff-1> (295)
> >>>  - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >>>  appender/lucene/LuceneIndexField.java
> >>>  <https://github.com/apache/logging-log4j2/pull/73/files#diff-2> (92)
> >>>  - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >>>  appender/lucene/LuceneTokenizer.java
> >>>  <https://github.com/apache/logging-log4j2/pull/73/files#diff-3> (38)
> >>>  - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >>>  appender/lucene/package-info.java
> >>>  <https://github.com/apache/logging-log4j2/pull/73/files#diff-4> (20)
> >>>
> >>> Patch Links:
> >>>
> >>>  - https://github.com/apache/logging-log4j2/pull/73.patch
> >>>  - https://github.com/apache/logging-log4j2/pull/73.diff
> >>>
> >>> ―
> >>> You are receiving this because you are subscribed to this thread.
> >>> Reply to this email directly, view it on GitHub
> >>> <https://github.com/apache/logging-log4j2/pull/73>, or mute the thread
> >>> <https://github.com/notifications/unsubscribe-auth/
> >> ABIfN4DqDOx667tnyPilsVOEBWHu1Q9Jks5rxbVZgaJpZM4NBSmg>
> >>> .
> >>>
> >>>
> >>>
> >>> --
> >>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> >>> Java Persistence with Hibernate, Second Edition
> >>> <https://www.amazon.com/gp/product/1617290459/ref=as_li_
> >> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
> >> linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2
> b8>
> >>>
> >>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> >> 1617290459>
> >>> JUnit in Action, Second Edition
> >>> <https://www.amazon.com/gp/product/1935182021/ref=as_li_
> >> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
> >> linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de4
> 18%22
> >>>
> >>>
> >>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> >> 1935182021>
> >>> Spring Batch in Action
> >>> <https://www.amazon.com/gp/product/1935182951/ref=as_li_
> >> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
> >> linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
> >> 7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> >>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> >> 1935182951>
> >>> Blog: http://garygregory.wordpress.com
> >>> Home: http://garygregory.com/
> >>> Tweet! http://twitter.com/GaryGregory
> >>
> >>
> >>
> >
> >
> > --
> > E-Mail: garydgregory@gmail.com | ggregory@apache.org
> > Java Persistence with Hibernate, Second Edition
> > <https://www.amazon.com/gp/product/1617290459/ref=as_li_
> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
> linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
> >
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> 1617290459>
> > JUnit in Action, Second Edition
> > <https://www.amazon.com/gp/product/1935182021/ref=as_li_
> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
> linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22
> >
> >
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> 1935182021>
> > Spring Batch in Action
> > <https://www.amazon.com/gp/product/1935182951/ref=as_li_
> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
> linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
> 7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> 1935182951>
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
>



-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [apache/logging-log4j2] Add a new LuceneAppender which writes logging events to a lucene index library. (#73)

Posted by Remko Popma <re...@gmail.com>.
What other functionality could go into a potential log4j-lucene module? Is this really a category?

We already have so many modules...

I'd prefer to add this to one of the existing modules (nosql?) or create a more general module that we could lump other stuff in later. 

Sent from my iPhone

> On Apr 20, 2017, at 2:18, Gary Gregory <ga...@gmail.com> wrote:
> 
> On Wed, Apr 19, 2017 at 10:11 AM, Ralph Goers <ra...@dslextreme.com>
> wrote:
> 
>> It should not go into the main log4j build.
>> 
> 
> Agreed.
> 
> Gary
> 
>> 
>> Ralph
>> 
>>> On Apr 19, 2017, at 9:43 AM, Gary Gregory <ga...@gmail.com>
>> wrote:
>>> 
>>> Should this should go into a new module log4j-lucene?
>>> 
>>> Gary
>>> 
>>> ---------- Forwarded message ----------
>>> From: liyujue <no...@github.com>
>>> Date: Wed, Apr 19, 2017 at 12:18 AM
>>> Subject: [apache/logging-log4j2] Add a new LuceneAppender which writes
>>> logging events to a lucene index library. (#73)
>>> To: apache/logging-log4j2 <lo...@noreply.github.com>
>>> Cc: Subscribed <su...@noreply.github.com>
>>> 
>>> 
>>> Add a new LuceneAppender which writes logging events to a lucene index
>>> library.The log4j2.xml configuration is as follows:
>>> 
>>> 
>>> 
>>> 
>>> 
>>> ------------------------------
>>> You can view, comment on, or merge this pull request online at:
>>> 
>>> https://github.com/apache/logging-log4j2/pull/73
>>> Commit Summary
>>> 
>>>  - new lucene appender
>>> 
>>> File Changes
>>> 
>>>  - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>>>  appender/lucene/LuceneAnalyzer.java
>>>  <https://github.com/apache/logging-log4j2/pull/73/files#diff-0> (33)
>>>  - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>>>  appender/lucene/LuceneAppender.java
>>>  <https://github.com/apache/logging-log4j2/pull/73/files#diff-1> (295)
>>>  - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>>>  appender/lucene/LuceneIndexField.java
>>>  <https://github.com/apache/logging-log4j2/pull/73/files#diff-2> (92)
>>>  - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>>>  appender/lucene/LuceneTokenizer.java
>>>  <https://github.com/apache/logging-log4j2/pull/73/files#diff-3> (38)
>>>  - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>>>  appender/lucene/package-info.java
>>>  <https://github.com/apache/logging-log4j2/pull/73/files#diff-4> (20)
>>> 
>>> Patch Links:
>>> 
>>>  - https://github.com/apache/logging-log4j2/pull/73.patch
>>>  - https://github.com/apache/logging-log4j2/pull/73.diff
>>> 
>>> ―
>>> You are receiving this because you are subscribed to this thread.
>>> Reply to this email directly, view it on GitHub
>>> <https://github.com/apache/logging-log4j2/pull/73>, or mute the thread
>>> <https://github.com/notifications/unsubscribe-auth/
>> ABIfN4DqDOx667tnyPilsVOEBWHu1Q9Jks5rxbVZgaJpZM4NBSmg>
>>> .
>>> 
>>> 
>>> 
>>> --
>>> E-Mail: garydgregory@gmail.com | ggregory@apache.org
>>> Java Persistence with Hibernate, Second Edition
>>> <https://www.amazon.com/gp/product/1617290459/ref=as_li_
>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
>> linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
>>> 
>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
>> 1617290459>
>>> JUnit in Action, Second Edition
>>> <https://www.amazon.com/gp/product/1935182021/ref=as_li_
>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
>> linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22
>>> 
>>> 
>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
>> 1935182021>
>>> Spring Batch in Action
>>> <https://www.amazon.com/gp/product/1935182951/ref=as_li_
>> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
>> linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
>> 7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
>>> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
>> 1935182951>
>>> Blog: http://garygregory.wordpress.com
>>> Home: http://garygregory.com/
>>> Tweet! http://twitter.com/GaryGregory
>> 
>> 
>> 
> 
> 
> -- 
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
> 
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
> JUnit in Action, Second Edition
> <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>
> 
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
> Spring Batch in Action
> <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory

Re: [apache/logging-log4j2] Add a new LuceneAppender which writes logging events to a lucene index library. (#73)

Posted by Gary Gregory <ga...@gmail.com>.
On Wed, Apr 19, 2017 at 10:11 AM, Ralph Goers <ra...@dslextreme.com>
wrote:

> It should not go into the main log4j build.
>

Agreed.

Gary

>
> Ralph
>
> > On Apr 19, 2017, at 9:43 AM, Gary Gregory <ga...@gmail.com>
> wrote:
> >
> > Should this should go into a new module log4j-lucene?
> >
> > Gary
> >
> > ---------- Forwarded message ----------
> > From: liyujue <no...@github.com>
> > Date: Wed, Apr 19, 2017 at 12:18 AM
> > Subject: [apache/logging-log4j2] Add a new LuceneAppender which writes
> > logging events to a lucene index library. (#73)
> > To: apache/logging-log4j2 <lo...@noreply.github.com>
> > Cc: Subscribed <su...@noreply.github.com>
> >
> >
> > Add a new LuceneAppender which writes logging events to a lucene index
> > library.The log4j2.xml configuration is as follows:
> >
> >
> >
> >
> >
> > ------------------------------
> > You can view, comment on, or merge this pull request online at:
> >
> >  https://github.com/apache/logging-log4j2/pull/73
> > Commit Summary
> >
> >   - new lucene appender
> >
> > File Changes
> >
> >   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >   appender/lucene/LuceneAnalyzer.java
> >   <https://github.com/apache/logging-log4j2/pull/73/files#diff-0> (33)
> >   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >   appender/lucene/LuceneAppender.java
> >   <https://github.com/apache/logging-log4j2/pull/73/files#diff-1> (295)
> >   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >   appender/lucene/LuceneIndexField.java
> >   <https://github.com/apache/logging-log4j2/pull/73/files#diff-2> (92)
> >   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >   appender/lucene/LuceneTokenizer.java
> >   <https://github.com/apache/logging-log4j2/pull/73/files#diff-3> (38)
> >   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
> >   appender/lucene/package-info.java
> >   <https://github.com/apache/logging-log4j2/pull/73/files#diff-4> (20)
> >
> > Patch Links:
> >
> >   - https://github.com/apache/logging-log4j2/pull/73.patch
> >   - https://github.com/apache/logging-log4j2/pull/73.diff
> >
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub
> > <https://github.com/apache/logging-log4j2/pull/73>, or mute the thread
> > <https://github.com/notifications/unsubscribe-auth/
> ABIfN4DqDOx667tnyPilsVOEBWHu1Q9Jks5rxbVZgaJpZM4NBSmg>
> > .
> >
> >
> >
> > --
> > E-Mail: garydgregory@gmail.com | ggregory@apache.org
> > Java Persistence with Hibernate, Second Edition
> > <https://www.amazon.com/gp/product/1617290459/ref=as_li_
> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&
> linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
> >
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> 1617290459>
> > JUnit in Action, Second Edition
> > <https://www.amazon.com/gp/product/1935182021/ref=as_li_
> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&
> linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22
> >
> >
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> 1935182021>
> > Spring Batch in Action
> > <https://www.amazon.com/gp/product/1935182951/ref=as_li_
> tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&
> linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%
> 7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> > <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=
> 1935182951>
> > Blog: http://garygregory.wordpress.com
> > Home: http://garygregory.com/
> > Tweet! http://twitter.com/GaryGregory
>
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
Java Persistence with Hibernate, Second Edition
<https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
JUnit in Action, Second Edition
<https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>

<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
Spring Batch in Action
<https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
<http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [apache/logging-log4j2] Add a new LuceneAppender which writes logging events to a lucene index library. (#73)

Posted by Ralph Goers <ra...@dslextreme.com>.
It should not go into the main log4j build.

Ralph

> On Apr 19, 2017, at 9:43 AM, Gary Gregory <ga...@gmail.com> wrote:
> 
> Should this should go into a new module log4j-lucene?
> 
> Gary
> 
> ---------- Forwarded message ----------
> From: liyujue <no...@github.com>
> Date: Wed, Apr 19, 2017 at 12:18 AM
> Subject: [apache/logging-log4j2] Add a new LuceneAppender which writes
> logging events to a lucene index library. (#73)
> To: apache/logging-log4j2 <lo...@noreply.github.com>
> Cc: Subscribed <su...@noreply.github.com>
> 
> 
> Add a new LuceneAppender which writes logging events to a lucene index
> library.The log4j2.xml configuration is as follows:
> 
> 
> 
> 
> 
> ------------------------------
> You can view, comment on, or merge this pull request online at:
> 
>  https://github.com/apache/logging-log4j2/pull/73
> Commit Summary
> 
>   - new lucene appender
> 
> File Changes
> 
>   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>   appender/lucene/LuceneAnalyzer.java
>   <https://github.com/apache/logging-log4j2/pull/73/files#diff-0> (33)
>   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>   appender/lucene/LuceneAppender.java
>   <https://github.com/apache/logging-log4j2/pull/73/files#diff-1> (295)
>   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>   appender/lucene/LuceneIndexField.java
>   <https://github.com/apache/logging-log4j2/pull/73/files#diff-2> (92)
>   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>   appender/lucene/LuceneTokenizer.java
>   <https://github.com/apache/logging-log4j2/pull/73/files#diff-3> (38)
>   - *A* log4j-core/src/main/java/org/apache/logging/log4j/core/
>   appender/lucene/package-info.java
>   <https://github.com/apache/logging-log4j2/pull/73/files#diff-4> (20)
> 
> Patch Links:
> 
>   - https://github.com/apache/logging-log4j2/pull/73.patch
>   - https://github.com/apache/logging-log4j2/pull/73.diff
> 
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/apache/logging-log4j2/pull/73>, or mute the thread
> <https://github.com/notifications/unsubscribe-auth/ABIfN4DqDOx667tnyPilsVOEBWHu1Q9Jks5rxbVZgaJpZM4NBSmg>
> .
> 
> 
> 
> -- 
> E-Mail: garydgregory@gmail.com | ggregory@apache.org
> Java Persistence with Hibernate, Second Edition
> <https://www.amazon.com/gp/product/1617290459/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1617290459&linkCode=as2&tag=garygregory-20&linkId=cadb800f39946ec62ea2b1af9fe6a2b8>
> 
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1617290459>
> JUnit in Action, Second Edition
> <https://www.amazon.com/gp/product/1935182021/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182021&linkCode=as2&tag=garygregory-20&linkId=31ecd1f6b6d1eaf8886ac902a24de418%22>
> 
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182021>
> Spring Batch in Action
> <https://www.amazon.com/gp/product/1935182951/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1935182951&linkCode=%7B%7BlinkCode%7D%7D&tag=garygregory-20&linkId=%7B%7Blink_id%7D%7D%22%3ESpring+Batch+in+Action>
> <http:////ir-na.amazon-adsystem.com/e/ir?t=garygregory-20&l=am2&o=1&a=1935182951>
> Blog: http://garygregory.wordpress.com
> Home: http://garygregory.com/
> Tweet! http://twitter.com/GaryGregory