Re: SolrJ: ZooKeeper status path & admin requests

2020-03-19 Thread Noble Paul
The current zookeeper api is not for public consumption. That's
specifically designed to be consumed by the admin UI. We don't guarantee to
support that api at all. However, we plan to introduce a semi-supported api
in the next version of solr (8.6).

On Fri, Mar 20, 2020, 01:56 Bram Van Dam  wrote:

> Hey folks,
>
> SolrJ's CommonParams.java contains a list of URL paths which are admin
> requests (ADMIN_PATHS). Requests to these paths follow a different route
> in the (Cloud)SolrClient, one where they don't require a "collection"
> property. Which makes sense, after all System Info etc does not relate
> to any individual collection.
>
> The ZK_STATUS_PATH is conspicuously missing from this list, which means
> it effectively can't queried using SolrJ. The actual path,
> /admin/zookeeper/status, seems to suggest that it is, after all, an
> admin request.
>
> Is there a reason this is missing? Or shall I open a jira and attach a
> patch? Right now I have to jump through hoops to obtain the ZK status
> info, it'd be much more convenient if I could just use SolrJ.
>
> Thanks,
>
>  - Bram
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
> For additional commands, e-mail: dev-h...@lucene.apache.org
>
>


Re: Welcome Alessandro Benedetti as a Lucene/Solr committer

2020-03-19 Thread Joel Bernstein
Welcome Alessandro!

Joel Bernstein
http://joelsolr.blogspot.com/


On Thu, Mar 19, 2020 at 11:25 AM Erik Hatcher 
wrote:

> I’m glad you’ve been here, Alessandro!   Congrats!
>
> Erik
>
> On Mar 18, 2020, at 09:01, David Smiley  wrote:
>
> 
> Hi all,
>
> Please join me in welcoming Alessandro Benedetti as the latest Lucene/Solr
> committer!
>
> Alessandro has been contributing to Lucene and Solr in areas such as More
> Like This, Synonym boosting, and Suggesters, and other areas for years.
> Furthermore he's been a help to many users on the solr-user mailing list
> and has helped others through his blog posts and presentations about
> search.  We look forward to his future contributions.
>
> Congratulations and welcome!  It is a tradition to introduce yourself with
> a brief bio, Alessandro.
>
> ~ David Smiley
> Apache Lucene/Solr Search Developer
> http://www.linkedin.com/in/davidwsmiley
>
>


Re: Tokenizer

2020-03-19 Thread Andi Vajda



On Thu, 19 Mar 2020, Marc Jeurissen wrote:


Pylucene version: 8.1.1

Hi all,

When you have a custom tokenizer (class CustomTokenizer(PythonTokenizer)), 
you don?t seem to be able to override any method besides incrementToken 
(so not end, reset, close).


Is this correct?


Correct, the only native method in PythonTokenizer.java meant to be 
implemented in Python is incrementToken() since that is what Tokenizer.java 
documents as being the method to extend.


This doesn't mean that you can't add your own extension points. Just edit 
PythonTokenizer.java and add more native methods you wish to implement from
python and rebuild extensions.jar and PyLucene. If you override Reset() or 
Close() you probably still want to ensure that the parent versions are 
called from your own python overrides by casting your instance to the parent 
class using its .cast_() method, using something like

  mytok.cast_(Tokenizer).reset()

Andi..



Thank you very much



Met vriendelijke groeten,
Marc Jeurissen

Bibliotheek UAntwerpen
Stadscampus ? Ve35.303
Venusstraat 35 ? 2000 Antwerpen
marc.jeuris...@uantwerpen.be
T +32 3 265 49 71






Re: Welcome Alessandro Benedetti as a Lucene/Solr committer

2020-03-19 Thread Erik Hatcher
I’m glad you’ve been here, Alessandro!   Congrats!

Erik 

> On Mar 18, 2020, at 09:01, David Smiley  wrote:
> 
> 
> Hi all,
> 
> Please join me in welcoming Alessandro Benedetti as the latest Lucene/Solr 
> committer!
> 
> Alessandro has been contributing to Lucene and Solr in areas such as More 
> Like This, Synonym boosting, and Suggesters, and other areas for years.  
> Furthermore he's been a help to many users on the solr-user mailing list and 
> has helped others through his blog posts and presentations about search.  We 
> look forward to his future contributions.
> 
> Congratulations and welcome!  It is a tradition to introduce yourself with a 
> brief bio, Alessandro.
> 
> ~ David Smiley
> Apache Lucene/Solr Search Developer
> http://www.linkedin.com/in/davidwsmiley


Re: 8.5 release

2020-03-19 Thread Alan Woodward
I’ll check on the Lucene notes.  Thanks Cassandra!

> On 19 Mar 2020, at 14:06, Cassandra Targett  > wrote:
> 
> I’ll look to add the release instructions soon. There is a page in the Ref 
> Guide that describes how to do it (it’s basically the same as javadocs, just 
> a different ant/gradle target).
> 
> I also created a new top-level page in Solr’s Confluence for Release Notes: 
> https://cwiki.apache.org/confluence/display/SOLR/Release+Notes 
> . I only 
> moved 8.x and a couple 7.x notes there for now (it’s a bit tedious to move 
> them, but anyone would be welcome to keep going) so we can use that spot to 
> put them from now on. I didn’t check, though, if Lucene’s Confluence has the 
> same problem of notes being buried? Sorry to half-complete the task, I was 
> looking for Solr's notes and got annoyed I can never find them quickly.
> 
> Cassandra
> On Mar 17, 2020, 5:50 AM -0500, Alan Woodward  >, wrote:
>> If you add the release instructions to the ReleaseTodo page on cwiki then 
>> the RM should be able to follow them.  I can look into adding them to the 
>> release wizard as well.
>> 
>>> On 16 Mar 2020, at 15:15, Cassandra Targett >> > wrote:
>>> 
>>> What do we need to do to get pushing the Ref Guide up as part of the RM 
>>> process? It’s super simple now, but I’m not sure what needs to change to 
>>> make it happen regularly as part of release.
>>> 
>>> Cassandra
>>> On Mar 16, 2020, 3:48 AM -0500, Alan Woodward >> >, wrote:
 Let’s keep both pages as Draft for now - one advantage of Cwiki over moin 
 is that we can delay publishing our release notes until the release has 
 actually happened.
 
> On 16 Mar 2020, at 08:20, Mikhail Khludnev  > wrote:
> 
> 
> Alan, I've added a point. Should I click [Publish]?
> 
> On Fri, Mar 13, 2020 at 5:31 PM Alan Woodward  > wrote:
> That’s the one, thank you Jan!  I’ve cloned it and made minimal changes 
> to update it to 8.5, it still needs the release highlights adding in 
> though.  Draft page is available here:
> https://cwiki.apache.org/confluence/pages/resumedraft.action?draftId=148641910=8a43c9fb-6845-413a-b6cd-876a6647bb32=shareui=1584107316180
>  
> 
> 
> We should definitely make a top-level page for these, they currently sit 
> under ‘Old Wiki’ which doesn’t seem right at all.
> 
>> On 13 Mar 2020, at 11:20, Jan Høydahl > > wrote:
>> 
>> Perhaps this is the one you are looking for? 
>> https://cwiki.apache.org/confluence/display/SOLR/ReleaseNote84 
>> 
>> 
>> We should probably make a top-level page «Release Notes» under which we 
>> can attach future release notes.
>> 
>> Jan
>> 
>>> 12. mar. 2020 kl. 17:24 skrev Alan Woodward >> >:
>>> 
>>> While I wait for the smoke tester to finish, I’ve been working on 
>>> release notes.  The ReleaseTodo still refers to the old wiki, and 
>>> release notes are on CWiki now, so I’m flying slightly blind.  Looking 
>>> at what was done for the previous release, I’ve created a draft note 
>>> for lucene which can be inspected and edited here:
>>> 
>>> https://cwiki.apache.org/confluence/pages/resumedraft.action?draftId=148641343=d4d3acb9-0dd6-4d40-903c-b16f2bb68415=shareui=1584025014586
>>>  
>>> 
>>> 
>>> For Solr, the 8.4 release note on CWiki points to a section on 
>>> https://lucene.apache.org/solr/news.html 
>>>   but it’s not entirely clear 
>>> where this section has come from or where it should be drafted.  Can 
>>> anybody enlighten me?
>>> 
 On 11 Mar 2020, at 09:20, Alan Woodward >>> > wrote:
 
 Sure, go ahead
 
> On 10 Mar 2020, at 19:22, David Smiley  > wrote:
> 
> Can I assume it's no big deal to post a solr-ref-guide documentation 
> improvement on the release branch irrespective of whenever you 
> precisely do the RC?
> 
> ~ David Smiley
> Apache Lucene/Solr Search Developer
> http://www.linkedin.com/in/davidwsmiley 
> 
> 
> On Tue, Mar 10, 2020 at 9:15 AM Joel Bernstein  

Study on annotating implementation choices, design choices and technical debt

2020-03-19 Thread Fiorella Zampetti
Dear all,

As software engineering research teams at the University of Sannio
(Italy) and Eindhoven University of Technology (The Netherlands) we
are interested in investigating the protocol used by developers while
they have to annotate implementation and design choices during their
normal development activities. More specifically, we are looking at
whether, where and what kind of annotations developers usually use
trying to be focused more on those annotations mainly aimed at
highlighting that the code is not in the right shape (e.g., comments
for annotating delayed or intended work activities such as TODO,
FIXME, hack, workaround, etc). In the latter case, we are looking at
what is the content of the above annotations, as well as how they
usually behave while evolving the code that has been previously
annotated.

When answering the survey, in case your annotation practices are
different in different open source projects you may contribute, please
refer to how you behave for the projects where you have been
contacted.

Filling out the survey will take about 5 minutes.

Please note that your identity and personal data will not be
disclosed, while we plan to use the aggregated results and anonymized
responses as part of a scientific publication.

If you have any questions about the questionnaire or our research,
please do not hesitate to contact us.

You can find the survey link here:

https://forms.gle/u18bWCehBQoNPPog6

Thanks and regards,

Fiorella Zampetti (fzampe...@unisannio.it)
Gianmarco Fucci (gianmarcofucc...@gmail.com)
Alexander Serebrenik (a.serebre...@tue.nl)
Massimiliano Di Penta (dipe...@unisannio.it)

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



SolrJ: ZooKeeper status path & admin requests

2020-03-19 Thread Bram Van Dam
Hey folks,

SolrJ's CommonParams.java contains a list of URL paths which are admin
requests (ADMIN_PATHS). Requests to these paths follow a different route
in the (Cloud)SolrClient, one where they don't require a "collection"
property. Which makes sense, after all System Info etc does not relate
to any individual collection.

The ZK_STATUS_PATH is conspicuously missing from this list, which means
it effectively can't queried using SolrJ. The actual path,
/admin/zookeeper/status, seems to suggest that it is, after all, an
admin request.

Is there a reason this is missing? Or shall I open a jira and attach a
patch? Right now I have to jump through hoops to obtain the ZK status
info, it'd be much more convenient if I could just use SolrJ.

Thanks,

 - Bram

-
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org



Re: Welcome Alessandro Benedetti as a Lucene/Solr committer

2020-03-19 Thread Trey Grainger
Congrats, Alessandro!

-Trey

On Thu, Mar 19, 2020 at 10:36 AM Ignacio Vera  wrote:

> Welcome Alessandro!
>
> On Thu, Mar 19, 2020 at 3:21 PM Namgyu Kim  wrote:
>
>> Congrats and welcome! Alessandro :D
>>
>> On Thu, Mar 19, 2020 at 11:10 PM Michael Sokolov 
>> wrote:
>>
>>> Welcome Alessandro!
>>>
>>> On Wed, Mar 18, 2020 at 3:25 PM Alessandro Benedetti <
>>> a.benede...@sease.io> wrote:
>>>
 Thanks everyone for the warm welcome!
 I already know most of you but for all the others here's my brief bio :)

 I am Italian (possibly the only other italian in addition to Tommaso)
 and I have been living in the UK for the last 7 years.
 I am currently based in London.
 I started working with Apache Solr back in 2010 (and a few months later
 with Apache Lucene), my first project was a search API that translated the
 Verity query language to Lucene syntax, at the time I was a junior software
 engineer with a background in Information Retrieval research at Roma3
 university.
 Since then I have explored a lot of different use cases for Apache
 Lucene/Solr and I spent more and more time studying and working with the
 internals, across various companies and positions.
 My favourite projects in my career have been the design and
 implementation of a Semantic Search engine called Sensify (when I was
 working in a small and cohesive R team in Zaizi, with spanish friends and
 colleagues from Seville), the Apache Solr Learning To Rank plugin from
 Bloomberg (and integrations/applications) and the Rated Ranking Evaluator
 project (an Open Source library for Search Quality Evaluation we
 contributed back to the community).
 In 2016 I founded my own company, Sease where we try to build a bridge
 between Academia and the industry through Open Source software in the
 domain of Information Retrieval.

 As David mentioned my main areas of contribution in Apache Lucene/Solr
 have been the More Like This, the Learning To Rank plugin, Synonyms
 expansion and the Suggester component.
 I have a lot of ideas in my to do list, so stay tuned, we'll have a lot
 to discuss and innovate !

 It is a pleasure to join this group and I am sure we'll do great things
 together :)

 Cheers


 --
 Alessandro Benedetti
 Search Consultant, R Software Engineer, Director
 www.sease.io


 On Wed, 18 Mar 2020 at 13:00, David Smiley 
 wrote:

> Hi all,
>
> Please join me in welcoming Alessandro Benedetti as the latest
> Lucene/Solr committer!
>
> Alessandro has been contributing to Lucene and Solr in areas such as
> More Like This, Synonym boosting, and Suggesters, and other areas for
> years.  Furthermore he's been a help to many users on the solr-user 
> mailing
> list and has helped others through his blog posts and presentations about
> search.  We look forward to his future contributions.
>
> Congratulations and welcome!  It is a tradition to introduce yourself
> with a brief bio, Alessandro.
>
> ~ David Smiley
> Apache Lucene/Solr Search Developer
> http://www.linkedin.com/in/davidwsmiley
>



Re: Welcome Alessandro Benedetti as a Lucene/Solr committer

2020-03-19 Thread Ignacio Vera
Welcome Alessandro!

On Thu, Mar 19, 2020 at 3:21 PM Namgyu Kim  wrote:

> Congrats and welcome! Alessandro :D
>
> On Thu, Mar 19, 2020 at 11:10 PM Michael Sokolov 
> wrote:
>
>> Welcome Alessandro!
>>
>> On Wed, Mar 18, 2020 at 3:25 PM Alessandro Benedetti <
>> a.benede...@sease.io> wrote:
>>
>>> Thanks everyone for the warm welcome!
>>> I already know most of you but for all the others here's my brief bio :)
>>>
>>> I am Italian (possibly the only other italian in addition to Tommaso)
>>> and I have been living in the UK for the last 7 years.
>>> I am currently based in London.
>>> I started working with Apache Solr back in 2010 (and a few months later
>>> with Apache Lucene), my first project was a search API that translated the
>>> Verity query language to Lucene syntax, at the time I was a junior software
>>> engineer with a background in Information Retrieval research at Roma3
>>> university.
>>> Since then I have explored a lot of different use cases for Apache
>>> Lucene/Solr and I spent more and more time studying and working with the
>>> internals, across various companies and positions.
>>> My favourite projects in my career have been the design and
>>> implementation of a Semantic Search engine called Sensify (when I was
>>> working in a small and cohesive R team in Zaizi, with spanish friends and
>>> colleagues from Seville), the Apache Solr Learning To Rank plugin from
>>> Bloomberg (and integrations/applications) and the Rated Ranking Evaluator
>>> project (an Open Source library for Search Quality Evaluation we
>>> contributed back to the community).
>>> In 2016 I founded my own company, Sease where we try to build a bridge
>>> between Academia and the industry through Open Source software in the
>>> domain of Information Retrieval.
>>>
>>> As David mentioned my main areas of contribution in Apache Lucene/Solr
>>> have been the More Like This, the Learning To Rank plugin, Synonyms
>>> expansion and the Suggester component.
>>> I have a lot of ideas in my to do list, so stay tuned, we'll have a lot
>>> to discuss and innovate !
>>>
>>> It is a pleasure to join this group and I am sure we'll do great things
>>> together :)
>>>
>>> Cheers
>>>
>>>
>>> --
>>> Alessandro Benedetti
>>> Search Consultant, R Software Engineer, Director
>>> www.sease.io
>>>
>>>
>>> On Wed, 18 Mar 2020 at 13:00, David Smiley 
>>> wrote:
>>>
 Hi all,

 Please join me in welcoming Alessandro Benedetti as the latest
 Lucene/Solr committer!

 Alessandro has been contributing to Lucene and Solr in areas such as
 More Like This, Synonym boosting, and Suggesters, and other areas for
 years.  Furthermore he's been a help to many users on the solr-user mailing
 list and has helped others through his blog posts and presentations about
 search.  We look forward to his future contributions.

 Congratulations and welcome!  It is a tradition to introduce yourself
 with a brief bio, Alessandro.

 ~ David Smiley
 Apache Lucene/Solr Search Developer
 http://www.linkedin.com/in/davidwsmiley

>>>


Re: Welcome Alessandro Benedetti as a Lucene/Solr committer

2020-03-19 Thread Namgyu Kim
Congrats and welcome! Alessandro :D

On Thu, Mar 19, 2020 at 11:10 PM Michael Sokolov  wrote:

> Welcome Alessandro!
>
> On Wed, Mar 18, 2020 at 3:25 PM Alessandro Benedetti 
> wrote:
>
>> Thanks everyone for the warm welcome!
>> I already know most of you but for all the others here's my brief bio :)
>>
>> I am Italian (possibly the only other italian in addition to Tommaso) and
>> I have been living in the UK for the last 7 years.
>> I am currently based in London.
>> I started working with Apache Solr back in 2010 (and a few months later
>> with Apache Lucene), my first project was a search API that translated the
>> Verity query language to Lucene syntax, at the time I was a junior software
>> engineer with a background in Information Retrieval research at Roma3
>> university.
>> Since then I have explored a lot of different use cases for Apache
>> Lucene/Solr and I spent more and more time studying and working with the
>> internals, across various companies and positions.
>> My favourite projects in my career have been the design and
>> implementation of a Semantic Search engine called Sensify (when I was
>> working in a small and cohesive R team in Zaizi, with spanish friends and
>> colleagues from Seville), the Apache Solr Learning To Rank plugin from
>> Bloomberg (and integrations/applications) and the Rated Ranking Evaluator
>> project (an Open Source library for Search Quality Evaluation we
>> contributed back to the community).
>> In 2016 I founded my own company, Sease where we try to build a bridge
>> between Academia and the industry through Open Source software in the
>> domain of Information Retrieval.
>>
>> As David mentioned my main areas of contribution in Apache Lucene/Solr
>> have been the More Like This, the Learning To Rank plugin, Synonyms
>> expansion and the Suggester component.
>> I have a lot of ideas in my to do list, so stay tuned, we'll have a lot
>> to discuss and innovate !
>>
>> It is a pleasure to join this group and I am sure we'll do great things
>> together :)
>>
>> Cheers
>>
>>
>> --
>> Alessandro Benedetti
>> Search Consultant, R Software Engineer, Director
>> www.sease.io
>>
>>
>> On Wed, 18 Mar 2020 at 13:00, David Smiley 
>> wrote:
>>
>>> Hi all,
>>>
>>> Please join me in welcoming Alessandro Benedetti as the latest
>>> Lucene/Solr committer!
>>>
>>> Alessandro has been contributing to Lucene and Solr in areas such as
>>> More Like This, Synonym boosting, and Suggesters, and other areas for
>>> years.  Furthermore he's been a help to many users on the solr-user mailing
>>> list and has helped others through his blog posts and presentations about
>>> search.  We look forward to his future contributions.
>>>
>>> Congratulations and welcome!  It is a tradition to introduce yourself
>>> with a brief bio, Alessandro.
>>>
>>> ~ David Smiley
>>> Apache Lucene/Solr Search Developer
>>> http://www.linkedin.com/in/davidwsmiley
>>>
>>


Re: Welcome Alessandro Benedetti as a Lucene/Solr committer

2020-03-19 Thread Michael Sokolov
Welcome Alessandro!

On Wed, Mar 18, 2020 at 3:25 PM Alessandro Benedetti 
wrote:

> Thanks everyone for the warm welcome!
> I already know most of you but for all the others here's my brief bio :)
>
> I am Italian (possibly the only other italian in addition to Tommaso) and
> I have been living in the UK for the last 7 years.
> I am currently based in London.
> I started working with Apache Solr back in 2010 (and a few months later
> with Apache Lucene), my first project was a search API that translated the
> Verity query language to Lucene syntax, at the time I was a junior software
> engineer with a background in Information Retrieval research at Roma3
> university.
> Since then I have explored a lot of different use cases for Apache
> Lucene/Solr and I spent more and more time studying and working with the
> internals, across various companies and positions.
> My favourite projects in my career have been the design and implementation
> of a Semantic Search engine called Sensify (when I was working in a small
> and cohesive R team in Zaizi, with spanish friends and colleagues from
> Seville), the Apache Solr Learning To Rank plugin from Bloomberg (and
> integrations/applications) and the Rated Ranking Evaluator project (an Open
> Source library for Search Quality Evaluation we contributed back to the
> community).
> In 2016 I founded my own company, Sease where we try to build a bridge
> between Academia and the industry through Open Source software in the
> domain of Information Retrieval.
>
> As David mentioned my main areas of contribution in Apache Lucene/Solr
> have been the More Like This, the Learning To Rank plugin, Synonyms
> expansion and the Suggester component.
> I have a lot of ideas in my to do list, so stay tuned, we'll have a lot to
> discuss and innovate !
>
> It is a pleasure to join this group and I am sure we'll do great things
> together :)
>
> Cheers
>
>
> --
> Alessandro Benedetti
> Search Consultant, R Software Engineer, Director
> www.sease.io
>
>
> On Wed, 18 Mar 2020 at 13:00, David Smiley 
> wrote:
>
>> Hi all,
>>
>> Please join me in welcoming Alessandro Benedetti as the latest
>> Lucene/Solr committer!
>>
>> Alessandro has been contributing to Lucene and Solr in areas such as More
>> Like This, Synonym boosting, and Suggesters, and other areas for years.
>> Furthermore he's been a help to many users on the solr-user mailing list
>> and has helped others through his blog posts and presentations about
>> search.  We look forward to his future contributions.
>>
>> Congratulations and welcome!  It is a tradition to introduce yourself
>> with a brief bio, Alessandro.
>>
>> ~ David Smiley
>> Apache Lucene/Solr Search Developer
>> http://www.linkedin.com/in/davidwsmiley
>>
>


Re: 8.5 release

2020-03-19 Thread Cassandra Targett
I’ll look to add the release instructions soon. There is a page in the Ref 
Guide that describes how to do it (it’s basically the same as javadocs, just a 
different ant/gradle target).

I also created a new top-level page in Solr’s Confluence for Release Notes: 
https://cwiki.apache.org/confluence/display/SOLR/Release+Notes. I only moved 
8.x and a couple 7.x notes there for now (it’s a bit tedious to move them, but 
anyone would be welcome to keep going) so we can use that spot to put them from 
now on. I didn’t check, though, if Lucene’s Confluence has the same problem of 
notes being buried? Sorry to half-complete the task, I was looking for Solr's 
notes and got annoyed I can never find them quickly.

Cassandra
On Mar 17, 2020, 5:50 AM -0500, Alan Woodward , wrote:
> If you add the release instructions to the ReleaseTodo page on cwiki then the 
> RM should be able to follow them.  I can look into adding them to the release 
> wizard as well.
>
> > On 16 Mar 2020, at 15:15, Cassandra Targett  wrote:
> >
> > What do we need to do to get pushing the Ref Guide up as part of the RM 
> > process? It’s super simple now, but I’m not sure what needs to change to 
> > make it happen regularly as part of release.
> >
> > Cassandra
> > On Mar 16, 2020, 3:48 AM -0500, Alan Woodward , wrote:
> > > Let’s keep both pages as Draft for now - one advantage of Cwiki over moin 
> > > is that we can delay publishing our release notes until the release has 
> > > actually happened.
> > >
> > > > On 16 Mar 2020, at 08:20, Mikhail Khludnev  wrote:
> > > >
> > > >
> > > > Alan, I've added a point. Should I click [Publish]?
> > > >
> > > > > On Fri, Mar 13, 2020 at 5:31 PM Alan Woodward  
> > > > > wrote:
> > > > > > That’s the one, thank you Jan!  I’ve cloned it and made minimal 
> > > > > > changes to update it to 8.5, it still needs the release highlights 
> > > > > > adding in though.  Draft page is available here:
> > > > > > https://cwiki.apache.org/confluence/pages/resumedraft.action?draftId=148641910=8a43c9fb-6845-413a-b6cd-876a6647bb32=shareui=1584107316180
> > > > > >
> > > > > > We should definitely make a top-level page for these, they 
> > > > > > currently sit under ‘Old Wiki’ which doesn’t seem right at all.
> > > > > >
> > > > > > > On 13 Mar 2020, at 11:20, Jan Høydahl  
> > > > > > > wrote:
> > > > > > >
> > > > > > > Perhaps this is the one you are looking for? 
> > > > > > > https://cwiki.apache.org/confluence/display/SOLR/ReleaseNote84
> > > > > > >
> > > > > > > We should probably make a top-level page «Release Notes» under 
> > > > > > > which we can attach future release notes.
> > > > > > >
> > > > > > > Jan
> > > > > > >
> > > > > > > > 12. mar. 2020 kl. 17:24 skrev Alan Woodward 
> > > > > > > > :
> > > > > > > >
> > > > > > > > While I wait for the smoke tester to finish, I’ve been working 
> > > > > > > > on release notes.  The ReleaseTodo still refers to the old 
> > > > > > > > wiki, and release notes are on CWiki now, so I’m flying 
> > > > > > > > slightly blind.  Looking at what was done for the previous 
> > > > > > > > release, I’ve created a draft note for lucene which can be 
> > > > > > > > inspected and edited here:
> > > > > > > >
> > > > > > > > https://cwiki.apache.org/confluence/pages/resumedraft.action?draftId=148641343=d4d3acb9-0dd6-4d40-903c-b16f2bb68415=shareui=1584025014586
> > > > > > > >
> > > > > > > > For Solr, the 8.4 release note on CWiki points to a section on 
> > > > > > > > https://lucene.apache.org/solr/news.html  but it’s not entirely 
> > > > > > > > clear where this section has come from or where it should be 
> > > > > > > > drafted.  Can anybody enlighten me?
> > > > > > > >
> > > > > > > > > On 11 Mar 2020, at 09:20, Alan Woodward 
> > > > > > > > >  wrote:
> > > > > > > > >
> > > > > > > > > Sure, go ahead
> > > > > > > > >
> > > > > > > > > > On 10 Mar 2020, at 19:22, David Smiley 
> > > > > > > > > >  wrote:
> > > > > > > > > >
> > > > > > > > > > Can I assume it's no big deal to post a solr-ref-guide 
> > > > > > > > > > documentation improvement on the release branch 
> > > > > > > > > > irrespective of whenever you precisely do the RC?
> > > > > > > > > >
> > > > > > > > > > ~ David Smiley
> > > > > > > > > > Apache Lucene/Solr Search Developer
> > > > > > > > > > http://www.linkedin.com/in/davidwsmiley
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > > On Tue, Mar 10, 2020 at 9:15 AM Joel Bernstein 
> > > > > > > > > > >  wrote:
> > > > > > > > > > > > I just updated solr/CHANGES.txt as I missed something. 
> > > > > > > > > > > > If you've already created the RC then it will be there 
> > > > > > > > > > > > in case of a respin.
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Joel Bernstein
> > > > > > > > > > > > http://joelsolr.blogspot.com/
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > > On Tue, Mar 10, 2020 at 5:45 AM Ignacio Vera 
> > > > > > > > > > > > >  wrote:
> 

Tokenizer

2020-03-19 Thread Marc Jeurissen
Pylucene version: 8.1.1

Hi all,

When you have a custom tokenizer (class CustomTokenizer(PythonTokenizer)), you 
don’t seem to be able to override any method besides incrementToken (so not 
end, reset, close).

Is this correct?

Thank you very much



Met vriendelijke groeten,
Marc Jeurissen

Bibliotheek UAntwerpen
Stadscampus – Ve35.303
Venusstraat 35 – 2000 Antwerpen
marc.jeuris...@uantwerpen.be
T +32 3 265 49 71