Giter VIP home page Giter VIP logo

Comments (5)

benhamill avatar benhamill commented on May 31, 2024

PDI, for sure. The rake task isn't really meant for use in production: it's meant to be run on the machine that houses the DB, but in production that's often not the case. If you have the time to write a migration-generator that would be awesome. There's already Textacular::FullTextIndexer([https://github.com/textacular/textacular/blob/master/lib/textacular/full_text_indexer.rb#L1]link), which you could probably extract common code from to start with. Remember that this gem is often, but not exclusively used with Rails. The only real dependencies (in terms of Ruby gems) is ActiveRecord. That's why the existing object outputs to SDTOUT unless Rails is defined. Thanks!

from textacular.

michaelrkn avatar michaelrkn commented on May 31, 2024

Sounds good! I'll get working in this in the next few weeks.

from textacular.

michaelrkn avatar michaelrkn commented on May 31, 2024

Finally dug myself out of a hole and have some time to work on this! I'm checking out FullTextIndexer but having a little bit of trouble understanding how it works. Is there any documentation on it? If not, how would I generate a migration using it (both within a Rails project and not)?

Thanks!

from textacular.

michaelrkn avatar michaelrkn commented on May 31, 2024

I'm trying to use the specs as documentation, and running the following code to wrap my head around what's going on:

> @indexer = Textacular::FullTextIndexer.new
> @indexer.generate_migration('Lesson') # Lesson is an AR model
NoMethodError: undefined method `indexable_columns' for #<Class:0x007fbc021c7990>

Looking through full_text_indexer.rb, I don't see indexable_columns defined anywhere, and I can't find the method in AR anywhere. Is this broken, or am I misunderstanding how it should work?

from textacular.

michaelrkn avatar michaelrkn commented on May 31, 2024

I figured out that the indexer is supposed to be run via a rake task, but I still get the same error. I'm going to open a new issue for that. I've figured out the rest of this and will have some code for review/discussion shortly. I'll also update the README to include instructions on running the generator via rake.

from textacular.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.