Re: Dynamic Stopwords

2020-05-15 Thread A Adel
may want something more like "significant terms" - terms > statistically > > significant in a document. Possibly not just based on doc freq > > > > https://saumitra.me/blog/solr-significant-terms/ > > > > On Fri, May 15, 2020 at 2:16 PM A Adel wrote: >

Re: Dynamic Stopwords

2020-05-15 Thread A Adel
under > Walter Underwood > wun...@wunderwood.org > http://observer.wunderwood.org/ (my blog) > > > On May 14, 2020, at 10:47 PM, A Adel wrote: > > > > Hi - Is there a way to configure stop words to be dynamic for each > document > > based on the language dete

Dynamic Stopwords

2020-05-14 Thread A Adel
Hi - Is there a way to configure stop words to be dynamic for each document based on the language detected of a multilingual text field? Combining all languages stop words in one set is a possibility however it introduces false positives for some language combinations, such as German and English.

Re: Clustering always return labels":["Other Topics"]

2019-12-26 Thread Ahmed Adel
Hi - adding carrot.title field should resolve this issue On Thu, Dec 19, 2019 at 2:22 AM Nehemia Litterat wrote: > Hi, > I am using stand alone solr 8.2 server. > Used this guide to define Clustering > https://carrot2.github.io/solr-integration-strategies/carrot2-3.6.3/index.html > > >

Re: Solr Admin Console hangs on Chrome

2019-12-11 Thread A Adel
Hi - could you provide more details, such as Solr and browser network logs when using Chrome / other browsers? On Tue, Dec 10, 2019 at 5:48 PM Joel Bernstein wrote: > Did a recent change to Chrome cause this? > > In Solr 8x, I'm not seeing slowness with Chrome on Mac. > > > > Joel Bernstein >

Re: Good Open Source Front End for Solr

2019-11-07 Thread A Adel
It depends on the use case. There are several front-ends that works with Solr, each one has its own use cases and vary in how integrative it is. Banana (https://github.com/lucidworks/banana) is a visualization frontend that works only with Solr. It allows creating interactive, real-time dashboards

Joins and text fields projection

2019-10-20 Thread Ahmed Adel
Hi, Is there a way to select text fields in a query with a join clause in Streaming Expressions or Parallel SQL? The following query: SELECT field_s, field_t FROM t1 INNER JOIN t2 ON t1.a = t2.a LIMIT 10 requires that field_t, which is of type text, have docValues enabled, which is not

Re: Solr 8.2 docker image in cloud mode not connecting to Zookeeper on startup

2019-10-18 Thread Ahmed Adel
This could be because Zookeeper ensemble is not properly configured. Using a very similar setup which consists of ZK cluster of three hosts and one Solr Cloud node (all are containers), the system got running. Each ZK host has ZOO_MY_ID and ZOO_SERVERS environment variables set before running ZK.

Re: Returning multiple fields in /graph streaming expression response

2019-07-23 Thread Ahmed Adel
ndal.maff...@enron.com Randal Maffett ... which can be used as a subsequent request to the first in order to retrieve additional fields but it would be more efficient if there's a way to retrieve the required fields in one request. Best, A. Adel On Mon, Jul 22, 2019 at 4:00 PM Ahmed Ad

Returning multiple fields in /graph streaming expression response

2019-07-22 Thread Ahmed Adel
node 0 0.0 to 1 1.0 to 1 1.0 to 1 1.0 Best, A. Adel http://aadel.io

Re: Returning multiple fields in graph streaming expression response documents

2019-07-21 Thread Ahmed Adel
getting this running. Best, A. Adel On Sun, Jul 21, 2019 at 2:36 AM Joel Bernstein wrote: > Ok, then it sounds like a different issue. Let's look at the logs following > a request and see what the issue is. There will be a log record that shows > the query that is sent to Solr by the fetch e

Re: Returning multiple fields in graph streaming expression response documents

2019-07-20 Thread Ahmed Adel
lect handler on your > install? > > Anyway fetch needs to be reverted back to it's previous implementation > before the above commit basically broke it. > > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Fri, Jul 19, 2019 at 2:20 PM Ahmed Adel wrote:

Re: Returning multiple fields in graph streaming expression response documents

2019-07-19 Thread Ahmed Adel
sed on the > fetch. If that doesn't work, I'll investigate further. > > > > > Joel Bernstein > http://joelsolr.blogspot.com/ > > > On Fri, Jul 19, 2019 at 5:51 AM Ahmed Adel wrote: > > > Hi Joel, > > > > Thank you for your thoughts. I tried the fetch func

Re: Returning multiple fields in graph streaming expression response documents

2019-07-19 Thread Ahmed Adel
onal thoughts are appreciated. Best, A. On Thu, Jul 18, 2019 at 6:12 PM Joel Bernstein wrote: > Hi Ahmed, > > Take a look at the fetch > > https://lucene.apache.org/solr/guide/8_0/stream-decorator-reference.html#fetch > > It probably makes sense to allow more field to be r

Re: Returning multiple fields in graph streaming expression response documents

2019-07-17 Thread Ahmed Adel
; > You have to perform a „join“ to get more fields. > > > Am 16.07.2019 um 13:52 schrieb Ahmed Adel : > > > > Hi, > > > > How can multiple fields be returned in graph traversal streaming > expression > > response documents? For example, the following query

Returning multiple fields in graph streaming expression response documents

2019-07-16 Thread Ahmed Adel
Hi, How can multiple fields be returned in graph traversal streaming expression response documents? For example, the following query: nodes(emails, walk="john...@apache.org->from", gather="to") returns these documents in the response: { "result-set": { "docs": [ {

Re: Faceting with Stats

2019-07-05 Thread Ahmed Adel
rts with stats=true and mis-typed the q clause. > > Best, > Erick > > On Jul 3, 2019, at 5:08 AM, Ahmed Adel wrote: > > > > Hi, > > > > As per the documentation recommendation of using pivot with stats > component > > instead ( > > > ht

Re: Faceting with Stats

2019-07-04 Thread Ahmed Adel
. Thanks, A. Adel On Tue, Jul 2, 2019 at 4:38 PM Ahmed Adel wrote: > Hi, > > How can stats field value be calculated for top facet values? In other > words, the following request parameters should return the stats.field > measures for facets sorted by count: > > q: * >

Re: Faceting with Stats

2019-07-03 Thread Ahmed Adel
. Thanks, A. Adel On Tue, Jul 2, 2019 at 4:38 PM Ahmed Adel wrote: > Hi, > > How can stats field value be calculated for top facet values? In other > words, the following request parameters should return the stats.field > measures for facets sorted by count: > > q: * >

Faceting with Stats

2019-07-02 Thread Ahmed Adel
Hi, How can stats field value be calculated for top facet values? In other words, the following request parameters should return the stats.field measures for facets sorted by count: q: * wt: json stats: true stats.facet: authors_s stats.field: average_rating_f facet.missing: true

Error executing query

2016-04-10 Thread Adel Mohamed Khalifa
Hello All, When running my search method I had this exception QueryResponse res = server.query(params); ex = (org.apache.solr.client.solrj.SolrServerException) org.apache.solr.client.solrj.SolrServerException: Error executing query Regards, Adel

RE: failed to connect solr server through my website

2016-03-28 Thread Adel Mohamed Khalifa
Hello Andrea, I blocked my firewall and my search website connect perfectly to solr engine when in netbeans at windows but when I send it to production or use it through netbeans in Ubuntu it cannot be connect Regards, Adel Khalifa From: Andrea Gazzarini [mailto:gxs...@gmail.com

failed to connect solr server through my website

2016-03-28 Thread Adel Mohamed Khalifa
Hello All, I failed to connect solr server through my website, I attached my solr log if anyone can help me please? Regards, Adel Khalifa | Developer | Saudisoft-Egypt | Tel: +2 023 303 2037 - ext 112 | M +2 01149247744 | Fax +2 023 303 2036 | Follow us on <https://www.facebook.com/pa

RE: Making my own search website

2016-03-27 Thread Adel Mohamed Khalifa
Thanks Andrea, I want to say if my string is wrong it would not connect when I connect from windows it’s the same code, I did not change in it. SOLR_SERVER_URL=http://172.16.0.72:8983/solr/SearchCore Regards, Adel Khalifa From: Andrea Gazzarini [mailto:gxs...@gmail.com] Sent

Making my own search website

2016-03-27 Thread Adel Mohamed Khalifa
. I attached the ajax code that I use to call the servlet and also attached the servlet code. Regards, Adel Khalifa | Developer | Saudisoft-Egypt | Tel: +2 023 303 2037 - ext 112 | M +2 01149247744 | Fax +2 023 303 2036 | Follow us on <https://www.facebook.com/pages/Saudisoft-Co-

RE: Solr to Production

2016-03-27 Thread Adel Mohamed Khalifa
, Adel Khalifa -Original Message- From: Reth RM [mailto:reth.ik...@gmail.com] Sent: Sunday, March 27, 2016 12:53 PM To: solr-user@lucene.apache.org Subject: Re: Solr to Production Is that website deployed on same machine where solr is running? If not, check whether the port is being

Solr to Production

2016-03-27 Thread Adel Mohamed Khalifa
Hello All, I installed solr server on my Ubuntu and when I use it directly it runs good, but when I use it remotely using my website it doesnot run and I don't know what the reason, can you help me please. Regards, Adel Khalifa

Deploy solr on glassfish

2016-03-21 Thread Adel Mohamed Khalifa
Hello All, I have a solr-5.3.0 and installed it and make my core but when I try to deploy it on glassfish and follow steps in "https://wiki.apache.org/solr/SolrGlassfish " it's recommended a solr.war file which isn't exactly found on my opt/solr/dist Where I can find it. Reg

service solr status

2016-03-20 Thread Adel Mohamed Khalifa
lines were ellipsized, use -l to show in full. Regards, Adel

RE: publish solr on galsshfish server

2016-03-20 Thread Adel Mohamed Khalifa
M To: solr-user@lucene.apache.org Subject: Re: publish solr on galsshfish server On 3/17/2016 4:20 AM, Adel Mohamed Khalifa wrote: > And on servlet I coded :- > Try{ > SolrServer server = new > HttpSolrServer(Core.solrResourceBundle.getString("//http://172.16.0.1:8983/S > earchCore&quo

Send solr to Production

2016-03-20 Thread Adel Mohamed Khalifa
Hello All, How I need to do or config for sending solr to production. Regards, Adel Khalifa

RE: publish solr on galsshfish server

2016-03-19 Thread Adel Mohamed Khalifa
out.write(json); } catch (SolrServerException ex) { oout.write(ex.toString()); } } It's break on SolrServer server = new HttpSolrServer(Core.solrResourceBundle.getString("//http://172.16.0.1:8983/S earchCore")); without any exception just stop. Re

publish solr on galsshfish server

2016-03-19 Thread Adel Mohamed Khalifa
Hello All, What is the requirement for installing solr on glassfish server, and how can I do it? Regards, Adel Khalifa | Developer | Saudisoft-Egypt | Tel: +2 023 303 2037 - ext 112 | M +2 01149247744 | Fax +2 023 303 2036 | Follow us on <https://www.facebook.com/pages/Saudisoft-Co-

need a help

2016-03-15 Thread Adel Mohamed Khalifa
used to search and connect to solr server. Regards, Adel Khalifa

Solr in Linux Platform

2016-03-14 Thread Adel Mohamed Khalifa
. Regards, Adel Khalifa

Problem in SolrJ ubuntu

2016-03-13 Thread Adel Mohamed Khalifa
I try in netbeans I face the problem. I hope you help me, Thanks Regards, Adel Khalifa | Developer | Saudisoft-Egypt | Tel: +2 023 303 2037 - ext 112 | M +2 01149247744 | Fax +2 023 303 2036 | Follow us on <https://www.facebook.com/pages/Saudisoft-Co-Ltd/289968997768973?ref_type=bo okmark>

clusterstate.json is sometimes out-of-sync

2015-04-09 Thread Ahmed Adel
','shalinman...@gmail.com'); wrote: I don't quite follow. Are you saying that you intend to use the ZK REST API to fetch live_nodes and then send the 'clusterstatus' API call to one of the live nodes? On Thu, Apr 9, 2015 at 7:13 PM, Ahmed Adel ahmed.a...@badrit.com wrote: In fact, the advantage I

Re: clusterstate.json is sometimes out-of-sync

2015-04-09 Thread Ahmed Adel
/display/solr/Collections+API#CollectionsAPI-api18 On Thu, Apr 9, 2015 at 5:52 PM, Ahmed Adel ahmed.a...@badrit.com wrote: Hi Shalin, Thanks for your response. I'm actually looking inside ZooKeeper in order to obtain highest availability. What I expected is that clusterstate.json

clusterstate.json is sometimes out-of-sync

2015-04-09 Thread Ahmed Adel
? -- A. Adel

Re: clusterstate.json is sometimes out-of-sync

2015-04-09 Thread Ahmed Adel
is not stored in clusterstate.json and 2) collections created with Solr 5.0 have their own individual state.json inside /collections/collection_name/state.json On Thu, Apr 9, 2015 at 3:37 PM, Ahmed Adel ahmed.a...@badrit.com wrote: Hi All, On Solr 5.0 and ZK 3.4.6 sometimes clusterstate.json does

Re: Log numfound, qtime, ...

2015-03-04 Thread Ahmed Adel
://lucene.472066.n3.nabble.com/Log-numfound-qtime-tp4189561.html Sent from the Solr - User mailing list archive at Nabble.com. -- Sincerely yours Mikhail Khludnev Principal Engineer, Grid Dynamics http://www.griddynamics.com mkhlud...@griddynamics.com -- A. Adel

Re: Facet By Distance

2015-02-26 Thread Ahmed Adel
Adel ahmed.a...@badrit.com wrote: Hi, Thank you for your reply. I added a filter query to the query in two ways as follows: fq={!geofilt}sfield=start_stationpt=40.71754834,-74.01322069facet.query={!frange l=0.0 u=0.1}geodist()facet.query={!frange l=0.10001 u=0.2}geodist()d=0.2

Facet By Distance

2015-02-25 Thread Ahmed Adel
() But it returns all the documents in the index so it seems something is missing. I'm using Solr 4.9.0. -- A. Adel

Re: Facet By Distance

2015-02-25 Thread Ahmed Adel
out. Your query is *:* (everything) and there are no filter queries. ~ David Smiley Freelance Apache Lucene/Solr Search Consultant/Developer http://www.linkedin.com/in/davidwsmiley On Wed, Feb 25, 2015 at 12:27 PM, Ahmed Adel ahmed.a...@badrit.com wrote: Hello, I'm trying to get

Indexed epoch time in Solr

2015-01-25 Thread Ahmed Adel
Hi All, Is there a way to convert unix time field that is already indexed to ISO-8601 format in query response? If this is not possible on the query level, what is the best way to copy this field to a new Solr standard date field. Thanks, -- *Ahmed Adel* http://s.wisestamp.com/links?url=http

Re: Export feature issue in Solr 4.10

2014-10-04 Thread Ahmed Adel
to be downloaded as browser won't be able to handle it efficiently, at least by supplying a request parameter. What do you think? A. Adel On Oct 2, 2014 11:06 PM, Joel Bernstein joels...@gmail.com wrote: There is bug in how the export handler is working when you have very few documents

Export feature issue in Solr 4.10

2014-10-02 Thread Ahmed Adel
) ... Any ideas what could be missing? Thanks, A. Adel