[jira] [Commented] (SOLR-12390) Website search doesn't work for simple searches

2018-05-23 Thread Erick Erickson (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487726#comment-16487726
 ] 

Erick Erickson commented on SOLR-12390:
---

One thing to do is go to the "other formats" drop-down at the top and then 
"archived PDFs" and download the entire PDF file for the reference guide and 
search _that_.



> Website search doesn't work for simple searches
> ---
>
> Key: SOLR-12390
> URL: https://issues.apache.org/jira/browse/SOLR-12390
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: documentation
>Affects Versions: 6.6, 7.1
>Reporter: Jean Silva
>Priority: Minor
>
> Simple searches aren't working well in the website.
> I've tested it on 6_6 and 7_1 docs version.
> Because the purpose of Solr is to empower better search quality, I see this 
> ticket as kinda important.
> Here some examples that I've got no results:
> *ngram*
> *analysers* (analy*z*ers work)
> *spellcheck*
> and probably much more.
>  
> Now where I'm creating this ticket, I've paid more attention I saw the 
> placeholder "Page title lookup", but even though I think this is not well 
> seen AND not good for us developers to find easily the documentation part we 
> want.
> If I could help with something please let me know.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12390) Website search doesn't work for simple searches

2018-05-23 Thread Shawn Heisey (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487629#comment-16487629
 ] 

Shawn Heisey commented on SOLR-12390:
-

That is the source that generates the documentation both the PDF version and 
the HTML version that you can get to on the Solr website.  Building the guide 
creates a very simple index of page titles.  The search box on the generated 
website searches that index.

If you want to attempt something more capable, feel free to check out the 
source and contribute a patch.

https://wiki.apache.org/solr/HowToContribute

SOLR-10299 discusses some ideas and provides a link where one of them has been 
implemented.

One roadblock to "real" search capability is that the reference guide is static 
content, served by a fairly basic webserver.  Providing real search capability 
typically requires special infrastructure beyond that.  Getting special 
resources from Apache INFRA usually requires significant justification.


> Website search doesn't work for simple searches
> ---
>
> Key: SOLR-12390
> URL: https://issues.apache.org/jira/browse/SOLR-12390
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: documentation
>Affects Versions: 6.6, 7.1
>Reporter: Jean Silva
>Priority: Minor
>
> Simple searches aren't working well in the website.
> I've tested it on 6_6 and 7_1 docs version.
> Because the purpose of Solr is to empower better search quality, I see this 
> ticket as kinda important.
> Here some examples that I've got no results:
> *ngram*
> *analysers* (analy*z*ers work)
> *spellcheck*
> and probably much more.
>  
> Now where I'm creating this ticket, I've paid more attention I saw the 
> placeholder "Page title lookup", but even though I think this is not well 
> seen AND not good for us developers to find easily the documentation part we 
> want.
> If I could help with something please let me know.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12390) Website search doesn't work for simple searches

2018-05-23 Thread Jean Silva (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487404#comment-16487404
 ] 

Jean Silva commented on SOLR-12390:
---

Is there a way I could contribute? I assume this is the repo, correct? 
[https://github.com/apache/lucene-solr/tree/master/solr/solr-ref-guide]

 

Thanks

> Website search doesn't work for simple searches
> ---
>
> Key: SOLR-12390
> URL: https://issues.apache.org/jira/browse/SOLR-12390
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: documentation
>Affects Versions: 6.6, 7.1
>Reporter: Jean Silva
>Priority: Minor
>
> Simple searches aren't working well in the website.
> I've tested it on 6_6 and 7_1 docs version.
> Because the purpose of Solr is to empower better search quality, I see this 
> ticket as kinda important.
> Here some examples that I've got no results:
> *ngram*
> *analysers* (analy*z*ers work)
> *spellcheck*
> and probably much more.
>  
> Now where I'm creating this ticket, I've paid more attention I saw the 
> placeholder "Page title lookup", but even though I think this is not well 
> seen AND not good for us developers to find easily the documentation part we 
> want.
> If I could help with something please let me know.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12390) Website search doesn't work for simple searches

2018-05-23 Thread Cassandra Targett (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487320#comment-16487320
 ] 

Cassandra Targett commented on SOLR-12390:
--

This is basically a duplicate of SOLR-10299.

> Website search doesn't work for simple searches
> ---
>
> Key: SOLR-12390
> URL: https://issues.apache.org/jira/browse/SOLR-12390
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: documentation
>Affects Versions: 6.6, 7.1
>Reporter: Jean Silva
>Priority: Minor
>
> Simple searches aren't working well in the website.
> I've tested it on 6_6 and 7_1 docs version.
> Because the purpose of Solr is to empower better search quality, I see this 
> ticket as kinda important.
> Here some examples that I've got no results:
> *ngram*
> *analysers* (analy*z*ers work)
> *spellcheck*
> and probably much more.
>  
> Now where I'm creating this ticket, I've paid more attention I saw the 
> placeholder "Page title lookup", but even though I think this is not well 
> seen AND not good for us developers to find easily the documentation part we 
> want.
> If I could help with something please let me know.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12390) Website search doesn't work for simple searches

2018-05-23 Thread Shawn Heisey (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487297#comment-16487297
 ] 

Shawn Heisey commented on SOLR-12390:
-

The search box on the online reference guide only searches page titles.  It is 
not a comprehensive keyword search of the entire guide.  We are aware of the 
irony of not having comprehensive search for the documentation of a search 
server.  At this time we don't have a solution, but we very much want to find 
one.

[~ctargett], do we already have a ticket for search functionality in the online 
guide?  If so, this ticket would need to be closed as a duplicate.

If you want to do comprehensive searches on the reference guide, download the 
PDF version.  The PDF version is the official documentation release.


> Website search doesn't work for simple searches
> ---
>
> Key: SOLR-12390
> URL: https://issues.apache.org/jira/browse/SOLR-12390
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: documentation
>Affects Versions: 6.6, 7.1
>Reporter: Jean Silva
>Priority: Minor
>
> Simple searches aren't working well in the website.
> I've tested it on 6_6 and 7_1 docs version.
> Because the purpose of Solr is to empower better search quality, I see this 
> ticket as kinda important.
> Here some examples that I've got no results:
> *ngram*
> *analysers* (analy*z*ers work)
> *spellcheck*
> and probably much more.
>  
> Now where I'm creating this ticket, I've paid more attention I saw the 
> placeholder "Page title lookup", but even though I think this is not well 
> seen AND not good for us developers to find easily the documentation part we 
> want.
> If I could help with something please let me know.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12390) Website search doesn't work for simple searches

2018-05-23 Thread Jean Silva (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487275#comment-16487275
 ] 

Jean Silva commented on SOLR-12390:
---

[~elyograg] I was talking about this website 
[https://lucene.apache.org/solr/guide/7_1/|http://example.com/] am I creating a 
ticket for the wrong project?

As I selected the "website" component I expected to be clear.

> Website search doesn't work for simple searches
> ---
>
> Key: SOLR-12390
> URL: https://issues.apache.org/jira/browse/SOLR-12390
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: website
>Affects Versions: 6.6, 7.1
>Reporter: Jean Silva
>Priority: Minor
>
> Simple searches aren't working well in the website.
> I've tested it on 6_6 and 7_1 docs version.
> Because the purpose of Solr is to empower better search quality, I see this 
> ticket as kinda important.
> Here some examples that I've got no results:
> *ngram*
> *analysers* (analy*z*ers work)
> *spellcheck*
> and probably much more.
>  
> Now where I'm creating this ticket, I've paid more attention I saw the 
> placeholder "Page title lookup", but even though I think this is not well 
> seen AND not good for us developers to find easily the documentation part we 
> want.
> If I could help with something please let me know.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12390) Website search doesn't work for simple searches

2018-05-23 Thread Shawn Heisey (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487243#comment-16487243
 ] 

Shawn Heisey commented on SOLR-12390:
-

This issue reads to me like a support request, not a bug report.  The Solr 
project does not use Jira as a support portal.  The mailing list and IRC 
channel are the correct places for support.

http://lucene.apache.org/solr/community.html#mailing-lists-irc


> Website search doesn't work for simple searches
> ---
>
> Key: SOLR-12390
> URL: https://issues.apache.org/jira/browse/SOLR-12390
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: website
>Affects Versions: 6.6, 7.1
>Reporter: Jean Silva
>Priority: Minor
>
> Simple searches aren't working well in the website.
> I've tested it on 6_6 and 7_1 docs version.
> Because the purpose of Solr is to empower better search quality, I see this 
> ticket as kinda important.
> Here some examples that I've got no results:
> *ngram*
> *analysers* (analy*z*ers work)
> *spellcheck*
> and probably much more.
>  
> Now where I'm creating this ticket, I've paid more attention I saw the 
> placeholder "Page title lookup", but even though I think this is not well 
> seen AND not good for us developers to find easily the documentation part we 
> want.
> If I could help with something please let me know.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12390) Website search doesn't work for simple searches

2018-05-23 Thread Shawn Heisey (JIRA)

[ 
https://issues.apache.org/jira/browse/SOLR-12390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16487237#comment-16487237
 ] 

Shawn Heisey commented on SOLR-12390:
-

The first thing in the description is:  "Simple searches aren't working well in 
the website."

What is "the website?"  This might be completely clear to you, but I have no 
idea what you're referring to.

Whether a specific search is going to work or not depends on the data in your 
index and how Solr is configured, especially the schema.  Designing a schema 
that achieves the search results you want is one of the most time-consuming 
parts of setting up Solr.


> Website search doesn't work for simple searches
> ---
>
> Key: SOLR-12390
> URL: https://issues.apache.org/jira/browse/SOLR-12390
> Project: Solr
>  Issue Type: Improvement
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: website
>Affects Versions: 6.6, 7.1
>Reporter: Jean Silva
>Priority: Minor
>
> Simple searches aren't working well in the website.
> I've tested it on 6_6 and 7_1 docs version.
> Because the purpose of Solr is to empower better search quality, I see this 
> ticket as kinda important.
> Here some examples that I've got no results:
> *ngram*
> *analysers* (analy*z*ers work)
> *spellcheck*
> and probably much more.
>  
> Now where I'm creating this ticket, I've paid more attention I saw the 
> placeholder "Page title lookup", but even though I think this is not well 
> seen AND not good for us developers to find easily the documentation part we 
> want.
> If I could help with something please let me know.
> Thank you



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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