Frequently Used Search Terms.

2018-01-18 Thread Fiz Newyorker
Hi Team, I am using Solr 6.5, I want to retrieve the Information on the Frequently Searched Terms and User Clicks , Is there way to Store these information and Stats ? Where does the Lucene/Solr stores this Information. Is there way to retrieve this information . I want to use this information a

Re: Combine Results with Two different Collections.

2018-01-11 Thread Fiz Newyorker
Yes Mikhail, even I couldn't find it. Hi Solr-user team, Requesting your support. Thanks Fiz. On Thu, Jan 11, 2018 at 8:06 PM, Mikhail Khludnev wrote: > I believe it supports collection=accounts,content param, but can't find it > in documentation. > > On Fri, Jan 12

Combine Results with Two different Collections.

2018-01-11 Thread Fiz Newyorker
Hi Team, Could you please let me know how to handle the below scenario. I have Two Collections *Accounts & Content.* I am trying to search term *"biodata". * from Accounts Collections I am getting the output *sample : your biodata* from Content Collections I am getting the output *title :

Small Query.

2018-01-03 Thread Fiz Newyorker
Hello Solr Group, I have a small Question ? How does the Autosuggest and Spell Check work together in SOLR. ? I need to implement AutoSuggest on word”iPhine” But this should return the Results of “iPhone” on Autosuggest ? What is the best Suggester Component for addressing this requirement ?

Re: No space left on device - When I execute suggester component.

2017-12-20 Thread Fiz Newyorker
r 100G. > > Perhaps you are running into the same problem I am in this regard? How does > your /tmp dir look when building? > > Matt > > > On Wed, Dec 20, 2017 at 2:59 AM, Shawn Heisey wrote: > > > On 12/20/2017 12:21 AM, Fiz Newyorker wrote: > > > >>

Re: No space left on device - When I execute suggester component.

2017-12-19 Thread Fiz Newyorker
il.write(IOUtil.java:65) at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:211) Thanks Fiz. On Tue, Dec 19, 2017 at 7:37 PM, Shawn Heisey wrote: > On 12/19/2017 7:07 PM, Fiz Newyorker wrote: > >> Yes I checked the Disk usage. using this command >> >> du -sh >>

Re: No space left on device - When I execute suggester component.

2017-12-19 Thread Fiz Newyorker
. On Tue, Dec 19, 2017 at 5:57 PM, Jamie Jackson wrote: > Have you checked disk consumption on the box yet? > > On Dec 19, 2017 8:46 PM, "Fiz Newyorker" wrote: > > > Hello Solr Experts, > > > > Good Evening ! > > > > I have an issue ,

No space left on device - When I execute suggester component.

2017-12-19 Thread Fiz Newyorker
Hello Solr Experts, Good Evening ! I have an issue , Whenever I run the Auto Suggest component , http://lapp81.rno.com:8989/solr/Data/suggest?suggest=true&suggest.build=true&suggest.dictionary=fuzzySuggester&wt=json&suggest.q=Jerry I am getting the following Error . {"responseHeader":{"statu

How to implement Incremental Indexing.

2017-12-11 Thread Fiz Newyorker
Hello Solr Group Team, I am working on Solr 6.5 and indexing data from MongoDB 3.2.5. I want to know the best practices to implement incremental indexing. Every 30 mins the Updated Data in Mongo DB needs to indexed on Solr. How to implement this. ? How would Solr know whenever there is an update

Incremental Indexing on Solr 6.5.

2017-12-11 Thread Fiz Newyorker
Hi Team, I am working on Solr 6.5 and indexing data from MongoDB 3.2.5. I want to the best practices to implement incremental indexing. Like . Every 30 mins the Updated the Data in Mongo DB needs to indexed on Solr. How to implement this. ? How would Solr know whenever there is an update on Mongo

Index Content Removing the HTML Tags.

2017-12-04 Thread Fiz Newyorker
Hello Solr Group, Good Morning ! I am working on Solr 6.5 version and I am trying to Index from Mongo DB 3.2.5. I have content collection in mongodb where there is body column which has html tags in it. I want to index body column with out html tags. *Please see the below body column data in mo